GET /api/bet_types/249eb9c2-f0c9-4d84-a151-fc99342231d0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "249eb9c2-f0c9-4d84-a151-fc99342231d0",
    "match": "https://api-prod.gambitprofit.com/api/matches/d711cdfb-2076-4c0b-9ee5-4ac91892ec45/?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 Over 7",
                "amount": 5405.0
            },
            {
                "team": "Game Total Under 7",
                "amount": 4595.0
            }
        ],
        "expected_reward_tokens": 9188.5,
        "profit_sb": 188.5,
        "profit_sb_percentage": 2.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "043e3319-f12c-4a0f-a731-8c5d77001f9d",
            "gambit_id": "27952ee8-5afc-4ae0-a716-ec674b0fcecb",
            "last_updated": "2022-08-07T10:52:17.216769-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7",
            "reward": "1.70000",
            "odds": "1.76920",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/249eb9c2-f0c9-4d84-a151-fc99342231d0/?format=api"
        },
        {
            "id": "e5fed3cd-1be3-444b-8fad-7fe66ab45e23",
            "gambit_id": "c9ff0fdc-8da8-4918-9dc8-63213838b4d3",
            "last_updated": "2022-08-07T10:52:17.215915-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7",
            "reward": "2.00000",
            "odds": "2.10000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/249eb9c2-f0c9-4d84-a151-fc99342231d0/?format=api"
        }
    ]
}