GET /api/bet_types/76073d15-38d9-4559-81f2-246715547471/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "76073d15-38d9-4559-81f2-246715547471",
    "match": "https://api-prod.gambitprofit.com/api/matches/94cddb68-4559-4c1f-8abe-f332776ced25/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-26T10:56:57.771248-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": "St Louis Blues",
                "amount": 5780.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 4220.0
            }
        ],
        "expected_reward_tokens": 9537.0,
        "profit_sb": 37.0,
        "profit_sb_percentage": 0.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "a0acd04a-acf4-4bc5-94bb-ededf0cab803",
            "gambit_id": "007a9ee1-b7bb-44e5-9c33-f1e6f57f0370",
            "last_updated": "2023-01-27T10:07:12.972709-05:00",
            "created_at": "2023-01-26T10:56:57.773693-05:00",
            "name": "St Louis Blues",
            "reward": "1.65000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76073d15-38d9-4559-81f2-246715547471/?format=api"
        },
        {
            "id": "ced096df-7dcd-4061-8bbd-105d095ba89a",
            "gambit_id": "8be8d7cd-14da-4768-8b0a-275166052c45",
            "last_updated": "2023-01-27T10:07:12.971295-05:00",
            "created_at": "2023-01-26T10:56:57.772514-05:00",
            "name": "Arizona Coyotes",
            "reward": "2.26000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76073d15-38d9-4559-81f2-246715547471/?format=api"
        }
    ]
}