GET /api/bet_types/58b1b000-361f-4c91-b535-3df697e39dab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "58b1b000-361f-4c91-b535-3df697e39dab",
    "match": "https://api-prod.gambitprofit.com/api/matches/2709fb9d-add6-4f29-831d-7629e1bc70a5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-16T17:37:16.194218-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": "Florida Panthers",
                "amount": 5699.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 4301.0
            }
        ],
        "expected_reward_tokens": 9460.34,
        "profit_sb": -39.66,
        "profit_sb_percentage": -0.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "f78e2b51-fb21-4c87-8ef8-68e8cf1bc692",
            "gambit_id": "2a00373a-1a19-44ba-8942-26c3bda88004",
            "last_updated": "2023-03-18T15:02:13.830340-04:00",
            "created_at": "2023-03-16T17:37:16.196441-04:00",
            "name": "Florida Panthers",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58b1b000-361f-4c91-b535-3df697e39dab/?format=api"
        },
        {
            "id": "7931f8f9-b1fc-4617-a384-fa620dc5b987",
            "gambit_id": "c27604b5-91f2-4e06-a493-6c6e2bb47e1a",
            "last_updated": "2023-03-18T15:02:13.831843-04:00",
            "created_at": "2023-03-16T17:37:16.199033-04:00",
            "name": "Montreal Canadiens",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58b1b000-361f-4c91-b535-3df697e39dab/?format=api"
        }
    ]
}