GET /api/bet_types/694b3cc7-9f04-42f7-8ee4-a59b665eb955/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "694b3cc7-9f04-42f7-8ee4-a59b665eb955",
    "match": "https://api-prod.gambitprofit.com/api/matches/97eb3d3f-c46b-46ea-9cab-4b390d89bff3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-12T13:32:58.507683-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 2.5",
                "amount": 6047.0
            },
            {
                "team": "Total Rounds Under 2.5",
                "amount": 3953.0
            }
        ],
        "expected_reward_tokens": 9250.02,
        "profit_sb": -249.98,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "7c6dc559-1b93-4df9-bd0e-1b71e3f85c4b",
            "gambit_id": "cb0a7a90-7c19-453c-8c3d-21bc19e803fb",
            "last_updated": "2023-08-14T18:53:07.006608-04:00",
            "created_at": "2023-08-12T13:32:58.511349-04:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/694b3cc7-9f04-42f7-8ee4-a59b665eb955/?format=api"
        },
        {
            "id": "f2f1b09e-668c-40dc-bd75-475459d13261",
            "gambit_id": "13d5e31a-8c50-4fc9-bcee-441f416ccc82",
            "last_updated": "2023-08-14T18:53:07.009906-04:00",
            "created_at": "2023-08-12T13:32:58.515346-04:00",
            "name": "Total Rounds Under 2.5",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/694b3cc7-9f04-42f7-8ee4-a59b665eb955/?format=api"
        }
    ]
}