GET /api/bet_types/2615c825-dcdf-420b-aafe-2519db156e85/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2615c825-dcdf-420b-aafe-2519db156e85",
    "match": "https://api-prod.gambitprofit.com/api/matches/fb467d1b-a7b6-469d-a85f-3ef14a3d78e7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-23T09:06:57.130095-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": "Vegas Golden Knights",
                "amount": 5968.0
            },
            {
                "team": "St Louis Blues",
                "amount": 4032.0
            }
        ],
        "expected_reward_tokens": 9071.36,
        "profit_sb": 71.36,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "ef665904-1938-4398-80af-c5df0fcb4661",
            "gambit_id": "ada09695-63cf-49ef-8555-362f51221133",
            "last_updated": "2022-12-25T11:22:00.616805-05:00",
            "created_at": "2022-12-23T09:06:57.131289-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.52000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2615c825-dcdf-420b-aafe-2519db156e85/?format=api"
        },
        {
            "id": "984ff320-6205-4d32-b215-297f5b50a89c",
            "gambit_id": "8c32dd1a-e50b-43b8-8433-3c2471694a45",
            "last_updated": "2022-12-25T11:22:00.619917-05:00",
            "created_at": "2022-12-23T09:06:57.132515-05:00",
            "name": "St Louis Blues",
            "reward": "2.25000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2615c825-dcdf-420b-aafe-2519db156e85/?format=api"
        }
    ]
}