GET /api/bet_types/c28e6497-a5a8-4ed1-9f3f-bf76dbf873d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c28e6497-a5a8-4ed1-9f3f-bf76dbf873d1",
    "match": "https://api-prod.gambitprofit.com/api/matches/f9bb4703-5273-4410-8015-7289ba975dd0/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 Over 2.5",
                "amount": 7034.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 2966.0
            }
        ],
        "expected_reward_tokens": 9283.58,
        "profit_sb": -216.42,
        "profit_sb_percentage": -2.28,
        "recommended": false
    },
    "lines": [
        {
            "id": "6f0c59e9-0f9c-4819-8c2c-f67e207ea634",
            "gambit_id": "8f89e2b2-df6c-415d-9679-228f6670441b",
            "last_updated": "2022-10-31T11:22:09.110426-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.32000",
            "odds": "1.33000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c28e6497-a5a8-4ed1-9f3f-bf76dbf873d1/?format=api"
        },
        {
            "id": "ab6f5897-80fa-488c-b814-1c113d9c0ace",
            "gambit_id": "f99d221c-def8-4164-8bd3-2261eb25749b",
            "last_updated": "2022-10-31T11:22:09.109263-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "3.13000",
            "odds": "3.20000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c28e6497-a5a8-4ed1-9f3f-bf76dbf873d1/?format=api"
        }
    ]
}