GET /api/bet_types/741921a7-383d-4a40-97be-4fa755348522/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "741921a7-383d-4a40-97be-4fa755348522",
    "match": "https://api-prod.gambitprofit.com/api/matches/8f0bf746-7d0a-4619-9c57-9297b532ef28/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-17T08:58:20.812012-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": "Arizona Coyotes",
                "amount": 5788.0
            },
            {
                "team": "New York Islanders",
                "amount": 4212.0
            }
        ],
        "expected_reward_tokens": 9434.44,
        "profit_sb": -65.56,
        "profit_sb_percentage": -0.69,
        "recommended": false
    },
    "lines": [
        {
            "id": "c2f76379-f6eb-4b44-a6cc-ec073ae2c614",
            "gambit_id": "aa529923-0919-4054-824c-7fb015ef43f4",
            "last_updated": "2023-10-18T10:57:55.839072-04:00",
            "created_at": "2023-10-17T08:58:20.815344-04:00",
            "name": "Arizona Coyotes",
            "reward": "1.63000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/741921a7-383d-4a40-97be-4fa755348522/?format=api"
        },
        {
            "id": "3cbf423a-a039-4aba-8316-d4357ec939ea",
            "gambit_id": "cb9c9547-bb1e-4488-9334-e90e6ea925d0",
            "last_updated": "2023-10-18T10:57:55.842580-04:00",
            "created_at": "2023-10-17T08:58:20.818802-04:00",
            "name": "New York Islanders",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/741921a7-383d-4a40-97be-4fa755348522/?format=api"
        }
    ]
}