GET /api/bet_types/50a87698-3709-4d15-aba7-2780e9d04736/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "50a87698-3709-4d15-aba7-2780e9d04736",
    "match": "https://api-prod.gambitprofit.com/api/matches/139ef3bc-6d60-435a-8a9c-3f66efb3a46a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-29T11:47:14.735486-04: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": 5107.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "c1babc87-b542-473d-aa9b-b3357285581b",
            "gambit_id": "85e775d6-b3fc-4041-9063-5dd0c36d8a6a",
            "last_updated": "2023-05-30T10:47:19.887001-04:00",
            "created_at": "2023-05-29T11:47:14.740364-04:00",
            "name": "Game Total Under 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50a87698-3709-4d15-aba7-2780e9d04736/?format=api"
        },
        {
            "id": "b0f0bd39-9a5f-4721-a506-7083fc579a4d",
            "gambit_id": "683cf6c7-a98c-4262-8b53-d5f1052d58e6",
            "last_updated": "2023-05-30T10:47:19.884766-04:00",
            "created_at": "2023-05-29T11:47:14.738023-04:00",
            "name": "Game Total Over 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50a87698-3709-4d15-aba7-2780e9d04736/?format=api"
        }
    ]
}