GET /api/bet_types/d40fd691-52a8-4192-907e-1ba2367b7396/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d40fd691-52a8-4192-907e-1ba2367b7396",
    "match": "https://api-prod.gambitprofit.com/api/matches/71a4e98e-7e32-4b1a-a373-bb9fca3ea88c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-12T13:32:58.056628-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": "Total Rounds Over 1.5",
                "amount": 6047.0
            },
            {
                "team": "Total Rounds Under 1.5",
                "amount": 3953.0
            }
        ],
        "expected_reward_tokens": 9250.02,
        "profit_sb": -249.98,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "f4aef30d-4015-43e7-b4e0-7d3e27d21ef1",
            "gambit_id": "21d3ed00-a7a6-4c9d-a126-aebdf8954421",
            "last_updated": "2023-08-14T18:53:06.545361-04:00",
            "created_at": "2023-08-12T13:32:58.060972-04:00",
            "name": "Total Rounds Over 1.5",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d40fd691-52a8-4192-907e-1ba2367b7396/?format=api"
        },
        {
            "id": "7d0ccafd-a323-425d-9846-809d9b7672c5",
            "gambit_id": "1022bf40-b4f6-4d1d-9406-cbb02c491eb9",
            "last_updated": "2023-08-14T18:53:06.555296-04:00",
            "created_at": "2023-08-12T13:32:58.067637-04:00",
            "name": "Total Rounds Under 1.5",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d40fd691-52a8-4192-907e-1ba2367b7396/?format=api"
        }
    ]
}