GET /api/bet_types/d6dd24aa-17ec-4aa8-bc5d-5b1212dac47c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d6dd24aa-17ec-4aa8-bc5d-5b1212dac47c",
    "match": "https://api-prod.gambitprofit.com/api/matches/42a5b194-05d3-4184-80e1-8c4f9a196d2d/?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 6",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "05a40f7c-a879-4360-807e-788e9d00eb94",
            "gambit_id": "88dc54fc-a7df-41c7-b839-790c456b0097",
            "last_updated": "2022-12-17T19:47:22.220539-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6dd24aa-17ec-4aa8-bc5d-5b1212dac47c/?format=api"
        },
        {
            "id": "dc9e2b42-96ad-47ea-a9f3-8419c3467882",
            "gambit_id": "79081a5f-a678-4c7c-b14a-5d2c7a9c9ddc",
            "last_updated": "2022-12-17T19:47:22.219477-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6dd24aa-17ec-4aa8-bc5d-5b1212dac47c/?format=api"
        }
    ]
}