GET /api/bet_types/098c4bd8-93f5-4979-af8b-4a9937debdcd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "098c4bd8-93f5-4979-af8b-4a9937debdcd",
    "match": "https://api-prod.gambitprofit.com/api/matches/5fa86967-988d-43bc-bbd2-8bf482aef199/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-25T09:46:54.184716-05: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 234",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 234",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "d8ad0bc9-5c36-4e55-9479-c801e6f714d5",
            "gambit_id": "79b74905-8187-43e4-82a3-b1ccd605587a",
            "last_updated": "2023-01-26T10:57:01.660166-05:00",
            "created_at": "2023-01-25T09:46:54.185992-05:00",
            "name": "Game Total Under 234",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "234.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/098c4bd8-93f5-4979-af8b-4a9937debdcd/?format=api"
        },
        {
            "id": "2a02ccce-13b0-466b-8e51-fdb0bdd75c76",
            "gambit_id": "b7e6eb89-3aea-4a3b-a1f3-9d324b0b74fc",
            "last_updated": "2023-01-26T10:57:01.662263-05:00",
            "created_at": "2023-01-25T09:46:54.187240-05:00",
            "name": "Game Total Over 234",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "234.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/098c4bd8-93f5-4979-af8b-4a9937debdcd/?format=api"
        }
    ]
}