GET /api/bet_types/c4ac500f-4679-4cae-831e-6016ab9fff36/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c4ac500f-4679-4cae-831e-6016ab9fff36",
    "match": "https://api-prod.gambitprofit.com/api/matches/129d5d51-3ead-4fab-a0fd-9b6c22425b41/?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": "Total Rounds Over 2.5",
                "amount": 5881.0
            },
            {
                "team": "Total Rounds Under 2.5",
                "amount": 4119.0
            }
        ],
        "expected_reward_tokens": 8938.23,
        "profit_sb": -61.77,
        "profit_sb_percentage": -0.69,
        "recommended": false
    },
    "lines": [
        {
            "id": "5be20bff-1688-4939-bbe0-23f26c647348",
            "gambit_id": "4a771e1a-185e-42e1-8b7a-a74421e076d8",
            "last_updated": "2022-11-14T10:47:57.559478-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.52000",
            "odds": "1.58820",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4ac500f-4679-4cae-831e-6016ab9fff36/?format=api"
        },
        {
            "id": "13e19b42-1486-4190-a2cd-88a4b0a61f3a",
            "gambit_id": "bad57491-0ee0-4025-a11a-731e766dae2b",
            "last_updated": "2022-11-14T10:47:57.560703-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Under 2.5",
            "reward": "2.17000",
            "odds": "2.33000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4ac500f-4679-4cae-831e-6016ab9fff36/?format=api"
        }
    ]
}