GET /api/bet_types/5d719c61-c84c-4ba5-a517-a93f8875c11e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5d719c61-c84c-4ba5-a517-a93f8875c11e",
    "match": "https://api-prod.gambitprofit.com/api/matches/67980239-f651-45d2-bb05-cddf7b97d828/?format=api",
    "name": "Pick the Winner",
    "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": "New York Excelsior",
                "amount": 6000.0
            },
            {
                "team": "Vancouver Titans",
                "amount": 4000.0
            }
        ],
        "expected_reward_tokens": 8880.0,
        "profit_sb": -120.0,
        "profit_sb_percentage": -1.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "d9a4c316-b9e7-4c68-acac-4f99c9854a2d",
            "gambit_id": "0cf44781-3ea6-469d-a1ec-a638a738eb58",
            "last_updated": "2022-08-20T12:17:09.621150-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Excelsior",
            "reward": "1.48000",
            "odds": "1.53000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d719c61-c84c-4ba5-a517-a93f8875c11e/?format=api"
        },
        {
            "id": "370b8ed6-5dd8-460b-a121-72c86b1e4af5",
            "gambit_id": "172e2473-b02c-4375-850b-16fd92d419bb",
            "last_updated": "2022-08-20T12:17:09.620682-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Titans",
            "reward": "2.22000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d719c61-c84c-4ba5-a517-a93f8875c11e/?format=api"
        }
    ]
}