GET /api/bet_types/88bdc028-51f4-474f-84da-5fd7c4cab384/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "88bdc028-51f4-474f-84da-5fd7c4cab384",
    "match": "https://api-prod.gambitprofit.com/api/matches/7506e2fe-97de-432b-9d31-82882c7dc12a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-25T10:32:08.308116-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": "Seattle Kraken",
                "amount": 6104.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 3896.0
            }
        ],
        "expected_reward_tokens": 9583.28,
        "profit_sb": 83.28,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "bebc602f-b2cc-4b74-800f-1cd6f172cf52",
            "gambit_id": "51ae35f0-5275-4fd9-b308-ff5b1d0b8c43",
            "last_updated": "2023-01-26T10:57:03.236725-05:00",
            "created_at": "2023-01-25T10:32:08.309445-05:00",
            "name": "Seattle Kraken",
            "reward": "1.57000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88bdc028-51f4-474f-84da-5fd7c4cab384/?format=api"
        },
        {
            "id": "6042c676-96dc-460d-9e99-ec519c688fb6",
            "gambit_id": "ba2cad33-e4eb-4c35-aff9-55d64a63d498",
            "last_updated": "2023-01-26T10:57:03.237862-05:00",
            "created_at": "2023-01-25T10:32:08.311131-05:00",
            "name": "Vancouver Canucks",
            "reward": "2.46000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88bdc028-51f4-474f-84da-5fd7c4cab384/?format=api"
        }
    ]
}