GET /api/bet_types/fc0d28f9-d99e-482b-b43b-a957aaf272ff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fc0d28f9-d99e-482b-b43b-a957aaf272ff",
    "match": "https://api-prod.gambitprofit.com/api/matches/b96733b5-dd7f-45bc-b678-ee34b01fd275/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-29T08:42:09.654878-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": "Toronto Maple Leafs",
                "amount": 5196.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 4804.0
            }
        ],
        "expected_reward_tokens": 8935.44,
        "profit_sb": -64.56,
        "profit_sb_percentage": -0.72,
        "recommended": false
    },
    "lines": [
        {
            "id": "cc6dd220-6d19-44e5-90e0-c579886697ab",
            "gambit_id": "c5627e75-4e1f-4af0-b767-205b0b1c8c29",
            "last_updated": "2022-12-31T10:41:58.652258-05:00",
            "created_at": "2022-12-29T08:42:09.657175-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.72000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc0d28f9-d99e-482b-b43b-a957aaf272ff/?format=api"
        },
        {
            "id": "fb03ddef-1b7e-497b-8b0b-3e4b541e0093",
            "gambit_id": "102774e3-b079-4866-9035-097c96197aa6",
            "last_updated": "2022-12-31T10:41:58.651169-05:00",
            "created_at": "2022-12-29T08:42:09.655985-05:00",
            "name": "Arizona Coyotes",
            "reward": "1.86000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc0d28f9-d99e-482b-b43b-a957aaf272ff/?format=api"
        }
    ]
}