GET /api/bet_types/902f9c2f-f712-462a-ab5b-a5cc49525f12/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "902f9c2f-f712-462a-ab5b-a5cc49525f12",
    "match": "https://api-prod.gambitprofit.com/api/matches/c988139e-bdb4-4ea9-a444-2efc47dd9c40/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-01T09:21:58.537410-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": "Edmonton Oilers",
                "amount": 6862.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 3138.0
            }
        ],
        "expected_reward_tokens": 9538.18,
        "profit_sb": 38.18,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "d1a924b2-0052-4b39-be56-8d7826676dcf",
            "gambit_id": "05070180-f71e-4816-9e2e-c4b26a54f614",
            "last_updated": "2023-03-02T07:26:57.263055-05:00",
            "created_at": "2023-03-01T09:21:58.538617-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.39000",
            "odds": "1.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/902f9c2f-f712-462a-ab5b-a5cc49525f12/?format=api"
        },
        {
            "id": "ec8115b3-1da0-46c2-8035-059084dddd63",
            "gambit_id": "a05d22e5-2a8b-4e65-b7d1-0d9a4e22e18d",
            "last_updated": "2023-03-02T07:26:57.264209-05:00",
            "created_at": "2023-03-01T09:21:58.539845-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "3.04000",
            "odds": "3.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/902f9c2f-f712-462a-ab5b-a5cc49525f12/?format=api"
        }
    ]
}