GET /api/bet_types/25dd0aef-e502-4744-83e7-0061f146aada/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "25dd0aef-e502-4744-83e7-0061f146aada",
    "match": "https://api-prod.gambitprofit.com/api/matches/f7c16c72-f71e-4307-b6f6-d8a5316a387f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-02T09:03:08.583764-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 45",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 45",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "4a417c5f-3b08-436f-a1cd-50090408351f",
            "gambit_id": "f8abcbb4-f1ca-4664-9347-256b9d922485",
            "last_updated": "2023-11-06T21:13:15.953560-05:00",
            "created_at": "2023-11-02T09:03:08.587520-04:00",
            "name": "Game Total Under 45",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "45.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25dd0aef-e502-4744-83e7-0061f146aada/?format=api"
        },
        {
            "id": "b83922ed-bea8-4e60-852e-fcdcd63c4870",
            "gambit_id": "e41e71f5-2155-4617-9616-d78e98387dfd",
            "last_updated": "2023-11-06T21:13:15.957594-05:00",
            "created_at": "2023-11-02T09:03:08.591204-04:00",
            "name": "Game Total Over 45",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "45.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25dd0aef-e502-4744-83e7-0061f146aada/?format=api"
        }
    ]
}