GET /api/bet_types/f0d5b5fb-beac-4d11-b76e-93f4e1272d2f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f0d5b5fb-beac-4d11-b76e-93f4e1272d2f",
    "match": "https://api-prod.gambitprofit.com/api/matches/ebcf9fb0-e7d6-466c-af0e-f922fdddc045/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-06T08:47:01.739663-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": "Florida Panthers",
                "amount": 6797.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 3203.0
            }
        ],
        "expected_reward_tokens": 9447.83,
        "profit_sb": -52.17,
        "profit_sb_percentage": -0.55,
        "recommended": false
    },
    "lines": [
        {
            "id": "1691b6e6-8e3e-4ed4-82e8-b5422818a104",
            "gambit_id": "a74bcb5d-0eb6-482e-bb89-df26c78d3ea0",
            "last_updated": "2023-02-07T11:21:55.692288-05:00",
            "created_at": "2023-02-06T08:47:01.741008-05:00",
            "name": "Florida Panthers",
            "reward": "1.39000",
            "odds": "1.40820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0d5b5fb-beac-4d11-b76e-93f4e1272d2f/?format=api"
        },
        {
            "id": "609ff7ae-102f-45a4-9991-6465897a9a39",
            "gambit_id": "859c2d3e-45f9-489e-bbff-7ef4f60d6527",
            "last_updated": "2023-02-07T11:21:55.693521-05:00",
            "created_at": "2023-02-06T08:47:01.742397-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.95000",
            "odds": "3.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0d5b5fb-beac-4d11-b76e-93f4e1272d2f/?format=api"
        }
    ]
}