GET /api/bet_types/cf7b5977-0eaf-4092-a9f0-9dae6f2e3db6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cf7b5977-0eaf-4092-a9f0-9dae6f2e3db6",
    "match": "https://api-prod.gambitprofit.com/api/matches/da664bca-34f1-4019-843e-16d5ab6cbf63/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": 5607.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 4393.0
            }
        ],
        "expected_reward_tokens": 9531.9,
        "profit_sb": 31.9,
        "profit_sb_percentage": 0.34,
        "recommended": true
    },
    "lines": [
        {
            "id": "6ed93d22-a09e-4a1b-b8bb-918370f25953",
            "gambit_id": "d41561ca-383b-4541-ac80-2f09dfc10d6a",
            "last_updated": "2022-10-14T09:57:04.292011-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.70000",
            "odds": "1.71430",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf7b5977-0eaf-4092-a9f0-9dae6f2e3db6/?format=api"
        },
        {
            "id": "17874e0c-b192-4166-ac40-31c92fd8f4e8",
            "gambit_id": "5fe05209-2562-4987-a89e-df54c2a74b17",
            "last_updated": "2022-10-14T09:57:04.292973-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Blackhawks",
            "reward": "2.17000",
            "odds": "2.20000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf7b5977-0eaf-4092-a9f0-9dae6f2e3db6/?format=api"
        }
    ]
}