GET /api/bet_types/37fe7a72-0e94-4ff8-8265-2ae263c62de1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "37fe7a72-0e94-4ff8-8265-2ae263c62de1",
    "match": "https://api-prod.gambitprofit.com/api/matches/b70b5cb1-2f55-41a9-b78f-d24cc5f33590/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-21T10:22:15.961009-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": "Dallas Stars",
                "amount": 5328.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 4672.0
            }
        ],
        "expected_reward_tokens": 9483.84,
        "profit_sb": -16.16,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "9dc88106-e9cd-4178-b200-94406f1e54c6",
            "gambit_id": "fb8170ad-b3ee-437f-a11b-bfb2fb2fb284",
            "last_updated": "2023-01-23T10:12:11.645967-05:00",
            "created_at": "2023-01-21T10:22:15.962144-05:00",
            "name": "Dallas Stars",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37fe7a72-0e94-4ff8-8265-2ae263c62de1/?format=api"
        },
        {
            "id": "4a38c106-5ddc-4445-8f95-d7820da86419",
            "gambit_id": "c0eb6089-258c-46fc-a2f0-cb59b3f40558",
            "last_updated": "2023-01-23T10:12:11.647950-05:00",
            "created_at": "2023-01-21T10:22:15.963422-05:00",
            "name": "Arizona Coyotes",
            "reward": "2.03000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37fe7a72-0e94-4ff8-8265-2ae263c62de1/?format=api"
        }
    ]
}