GET /api/bet_types/804f9064-074e-4372-a058-22defdf09fe2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "804f9064-074e-4372-a058-22defdf09fe2",
    "match": "https://api-prod.gambitprofit.com/api/matches/e07b16a1-9332-4675-960b-1840daa604eb/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-30T09:36:55.816835-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": "10411564-daea-46a9-86f3-a8d97af278c6",
            "gambit_id": "ef9e38bf-9078-4431-a7bb-dd3e095847d1",
            "last_updated": "2023-03-31T10:57:18.754384-04:00",
            "created_at": "2023-03-30T09:36:55.818305-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/804f9064-074e-4372-a058-22defdf09fe2/?format=api"
        },
        {
            "id": "66a956e0-5942-403d-a96b-cf214ee78b0a",
            "gambit_id": "e6abb080-3ebd-4449-bb21-629bf28194a5",
            "last_updated": "2023-03-31T10:57:18.757039-04:00",
            "created_at": "2023-03-30T09:36:55.819718-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/804f9064-074e-4372-a058-22defdf09fe2/?format=api"
        }
    ]
}