GET /api/bet_types/3910e52a-28ff-42a8-ba59-82eedb8037b9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3910e52a-28ff-42a8-ba59-82eedb8037b9",
    "match": "https://api-prod.gambitprofit.com/api/matches/e6515368-788a-4439-b53c-07a604cce196/?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 Under 6.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "e78f8e66-e755-4da3-80e9-7eece40baa76",
            "gambit_id": "0270aaad-d3e9-403c-92d8-6cbae065046d",
            "last_updated": "2022-11-14T10:58:08.853414-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3910e52a-28ff-42a8-ba59-82eedb8037b9/?format=api"
        },
        {
            "id": "90280dd0-9fb8-4384-a0d8-e30f87ada543",
            "gambit_id": "93631e74-1bca-44b2-a281-d7720fe03957",
            "last_updated": "2022-11-14T10:58:08.854541-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3910e52a-28ff-42a8-ba59-82eedb8037b9/?format=api"
        }
    ]
}