GET /api/bet_types/74b754a4-496a-4c0c-8da1-b0d444cf5da8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "74b754a4-496a-4c0c-8da1-b0d444cf5da8",
    "match": "https://api-prod.gambitprofit.com/api/matches/2ef00324-73a1-4080-8b17-e5e8d9092367/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Game Total Under 9",
                "amount": 5205.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4795.0
            }
        ],
        "expected_reward_tokens": 9108.75,
        "profit_sb": 108.75,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "70b856fe-3d0d-4914-a1d5-e807cb57e4e0",
            "gambit_id": "3983080a-eebb-4847-963f-72de908b5c5a",
            "last_updated": "2022-08-29T13:07:05.056657-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 9",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74b754a4-496a-4c0c-8da1-b0d444cf5da8/?format=api"
        },
        {
            "id": "9229075b-8d6d-4cf4-9c6c-9dac20afea2f",
            "gambit_id": "244417a1-5e28-4515-a679-2f15a7885bae",
            "last_updated": "2022-08-29T13:07:05.057211-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 9",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74b754a4-496a-4c0c-8da1-b0d444cf5da8/?format=api"
        }
    ]
}