GET /api/bet_types/3582ee23-d657-4a2f-92b4-0a6686ca69cf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3582ee23-d657-4a2f-92b4-0a6686ca69cf",
    "match": "https://api-prod.gambitprofit.com/api/matches/51907ff2-2ab3-4a58-b400-afedf16b8117/?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 236.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 236.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "ea43b049-0df8-4275-903d-0e130968e994",
            "gambit_id": "78388f7f-f139-49cc-b7b3-113aeab68435",
            "last_updated": "2022-11-14T15:02:47.080317-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 236.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "236.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3582ee23-d657-4a2f-92b4-0a6686ca69cf/?format=api"
        },
        {
            "id": "a47ad0a7-7546-4dc9-8928-f0fbcfe08405",
            "gambit_id": "59c68e71-dc4d-4629-9608-b5dcd64d96b4",
            "last_updated": "2022-11-14T15:02:47.081461-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 236.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "236.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3582ee23-d657-4a2f-92b4-0a6686ca69cf/?format=api"
        }
    ]
}