GET /api/bet_types/7e75cbd8-e0f0-4bb1-9fb3-c1eaf52626f2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7e75cbd8-e0f0-4bb1-9fb3-c1eaf52626f2",
    "match": "https://api-prod.gambitprofit.com/api/matches/9cd93f72-d58f-4143-a93a-94dee4a50712/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-25T12:38:06.293935-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 9.5",
                "amount": 5319.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "1aa47562-f0fa-4623-8507-c1f2365add0e",
            "gambit_id": "2cc1aa86-df04-469b-8ff7-6bbcef1ea475",
            "last_updated": "2023-07-26T10:33:08.786658-04:00",
            "created_at": "2023-07-25T12:38:06.302098-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e75cbd8-e0f0-4bb1-9fb3-c1eaf52626f2/?format=api"
        },
        {
            "id": "a87e83f2-67f1-41e1-981b-f737776763d0",
            "gambit_id": "e6ec715d-e14c-4431-8e6a-acff676c554e",
            "last_updated": "2023-07-26T10:33:08.783045-04:00",
            "created_at": "2023-07-25T12:38:06.297800-04:00",
            "name": "Game Total Over 9.5",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e75cbd8-e0f0-4bb1-9fb3-c1eaf52626f2/?format=api"
        }
    ]
}