GET /api/bet_types/1e663aa9-2143-464d-89cd-83baf43e9ad5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1e663aa9-2143-464d-89cd-83baf43e9ad5",
    "match": "https://api-prod.gambitprofit.com/api/matches/32890c8e-f695-473b-a5e6-5bbc1fcc4ac4/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Philadelphia Flyers",
                "amount": 5521.0
            },
            {
                "team": "Florida Panthers",
                "amount": 4479.0
            }
        ],
        "expected_reward_tokens": 9495.48,
        "profit_sb": -4.52,
        "profit_sb_percentage": -0.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "25509751-4928-49aa-88d5-c89e6f093b00",
            "gambit_id": "a23e7ea2-7d87-41c3-9b15-9513c891b92b",
            "last_updated": "2022-10-28T09:57:10.161522-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.72000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e663aa9-2143-464d-89cd-83baf43e9ad5/?format=api"
        },
        {
            "id": "5cc6733d-11dc-4683-bb0a-d9e8ca2533f3",
            "gambit_id": "0c8324d6-8da2-4a04-bf19-b4c43b64f0c9",
            "last_updated": "2022-10-28T09:57:10.162536-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Panthers",
            "reward": "2.12000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e663aa9-2143-464d-89cd-83baf43e9ad5/?format=api"
        }
    ]
}