GET /api/bet_types/6453a476-749b-48fa-a96c-7a97f695c975/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6453a476-749b-48fa-a96c-7a97f695c975",
    "match": "https://api-prod.gambitprofit.com/api/matches/47dc00c0-1239-4c22-9ce6-1766abe07668/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-14T10:57:13.063206-04: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": "Dallas Stars",
                "amount": 5421.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "9b7e2ad6-888d-49b2-a437-682f64a04ac4",
            "gambit_id": "8761a825-5430-4639-be92-6a9b7383aed3",
            "last_updated": "2023-03-15T13:52:01.666852-04:00",
            "created_at": "2023-03-14T10:57:13.068290-04:00",
            "name": "Dallas Stars",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6453a476-749b-48fa-a96c-7a97f695c975/?format=api"
        },
        {
            "id": "7e61f53f-681a-470e-b37d-703b07b7d3ce",
            "gambit_id": "3c8556d9-6c78-445e-a303-8919f0d26b8c",
            "last_updated": "2023-03-15T13:52:01.665771-04:00",
            "created_at": "2023-03-14T10:57:13.065477-04:00",
            "name": "Vancouver Canucks",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6453a476-749b-48fa-a96c-7a97f695c975/?format=api"
        }
    ]
}