GET /api/bet_types/c15fc303-5531-4c64-989c-82bc417df6c8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c15fc303-5531-4c64-989c-82bc417df6c8",
    "match": "https://api-prod.gambitprofit.com/api/matches/39f1208c-3ba4-43bb-a223-935590fdf3d3/?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 59",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 59",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": -250.0,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "9e5d6163-7654-4a75-aeec-976258ea6efc",
            "gambit_id": "2abea23f-1514-4b82-afcf-538f28f4dda4",
            "last_updated": "2022-10-02T20:07:03.217850-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 59",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "59.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c15fc303-5531-4c64-989c-82bc417df6c8/?format=api"
        },
        {
            "id": "fb6c647d-e234-41cc-b3e8-0ba4a1faac3e",
            "gambit_id": "2326aba4-6465-411d-8bce-1a10efcf6a3b",
            "last_updated": "2022-10-02T20:07:03.219020-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 59",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "59.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c15fc303-5531-4c64-989c-82bc417df6c8/?format=api"
        }
    ]
}