GET /api/bet_types/837f506a-d976-4b02-931f-b8ff2f51a481/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "837f506a-d976-4b02-931f-b8ff2f51a481",
    "match": "https://api-prod.gambitprofit.com/api/matches/23c4da88-eb0c-4e86-9207-fe2099d99561/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-19T08:33:00.467017-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": "Colorado Avalanche",
                "amount": 5602.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 4398.0
            }
        ],
        "expected_reward_tokens": 9411.36,
        "profit_sb": -88.64,
        "profit_sb_percentage": -0.93,
        "recommended": false
    },
    "lines": [
        {
            "id": "cf15e792-eddb-4d87-adcb-5495a2459ad7",
            "gambit_id": "cab196f6-a0b7-4e50-ac2f-90e924aa5c6a",
            "last_updated": "2023-10-20T11:23:23.945473-04:00",
            "created_at": "2023-10-19T08:33:00.475717-04:00",
            "name": "Colorado Avalanche",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/837f506a-d976-4b02-931f-b8ff2f51a481/?format=api"
        },
        {
            "id": "1c7eaeff-d177-45cc-8d56-a3d091180845",
            "gambit_id": "a1838ab5-9987-4c94-9a48-d3f344cfe5fe",
            "last_updated": "2023-10-20T11:23:23.940854-04:00",
            "created_at": "2023-10-19T08:33:00.471708-04:00",
            "name": "Chicago Blackhawks",
            "reward": "2.14000",
            "odds": "2.20000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/837f506a-d976-4b02-931f-b8ff2f51a481/?format=api"
        }
    ]
}