GET /api/bet_types/71b10bac-02fd-4747-80bd-da15072f7696/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "71b10bac-02fd-4747-80bd-da15072f7696",
    "match": "https://api-prod.gambitprofit.com/api/matches/b9c383ca-8f0a-4211-ba90-cae3c87f9639/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-04T09:52:11.770308-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 224",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 224",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "c0635d0b-b040-438f-9fe1-852c0ac9a524",
            "gambit_id": "fc3ab7b3-04eb-46f3-a4af-461c14168967",
            "last_updated": "2023-04-05T17:42:15.117536-04:00",
            "created_at": "2023-04-04T09:52:11.771868-04:00",
            "name": "Game Total Under 224",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "224.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71b10bac-02fd-4747-80bd-da15072f7696/?format=api"
        },
        {
            "id": "68d819d6-0b7d-4721-99b3-a5d3f98268f9",
            "gambit_id": "ddd3734f-6d97-4a70-9b34-09a1d57c88ba",
            "last_updated": "2023-04-05T17:42:15.120084-04:00",
            "created_at": "2023-04-04T09:52:11.773502-04:00",
            "name": "Game Total Over 224",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "224.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71b10bac-02fd-4747-80bd-da15072f7696/?format=api"
        }
    ]
}