GET /api/bet_types/551ca29e-9dc1-4b81-8a4a-d33564b61d1d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "551ca29e-9dc1-4b81-8a4a-d33564b61d1d",
    "match": "https://api-prod.gambitprofit.com/api/matches/23d55245-9467-42f0-96ad-8b4455494901/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-15T11:36:58.008137-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": 6546.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 3454.0
            }
        ],
        "expected_reward_tokens": 9360.34,
        "profit_sb": -139.66,
        "profit_sb_percentage": -1.47,
        "recommended": false
    },
    "lines": [
        {
            "id": "a2f0d9e1-63d9-4eb0-bf63-d74bfc81aa3d",
            "gambit_id": "895b3d38-be93-4098-a33a-bed816cda479",
            "last_updated": "2023-05-16T10:47:09.887464-04:00",
            "created_at": "2023-05-15T11:36:58.010237-04:00",
            "name": "Dallas Stars",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/551ca29e-9dc1-4b81-8a4a-d33564b61d1d/?format=api"
        },
        {
            "id": "6b5323ff-ddb4-439f-83d0-09cbc1e1d903",
            "gambit_id": "ef86cea8-e19a-49ec-a17d-dbd17dce0f87",
            "last_updated": "2023-05-16T10:47:09.889572-04:00",
            "created_at": "2023-05-15T11:36:58.012342-04:00",
            "name": "Seattle Kraken",
            "reward": "2.71000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/551ca29e-9dc1-4b81-8a4a-d33564b61d1d/?format=api"
        }
    ]
}