GET /api/bet_types/936b6fae-3abc-4f3d-a15e-8f53bb7bd107/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "936b6fae-3abc-4f3d-a15e-8f53bb7bd107",
    "match": "https://api-prod.gambitprofit.com/api/matches/4f272060-72f4-4165-9734-1d428277d817/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-04T10:52:11.220613-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 Over 7.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "51415185-32f9-4ffd-8119-4481597df136",
            "gambit_id": "1d7d1d2a-1e1e-46cd-8c10-224163495c69",
            "last_updated": "2023-05-05T11:47:10.359556-04:00",
            "created_at": "2023-05-04T10:52:11.226254-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/936b6fae-3abc-4f3d-a15e-8f53bb7bd107/?format=api"
        },
        {
            "id": "ca1d8493-7793-4f81-924a-b9eecbb21fa9",
            "gambit_id": "b539b4cf-8cc4-4ee7-b953-f31aa44f1738",
            "last_updated": "2023-05-05T11:47:10.357606-04:00",
            "created_at": "2023-05-04T10:52:11.223646-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/936b6fae-3abc-4f3d-a15e-8f53bb7bd107/?format=api"
        }
    ]
}