GET /api/bet_types/04c63f36-643e-4344-8265-9c149644f090/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "04c63f36-643e-4344-8265-9c149644f090",
    "match": "https://api-prod.gambitprofit.com/api/matches/0be1975a-8279-4ba3-8dc0-c481a04ebcba/?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": "Atlanta Falcons",
                "amount": 5106.0
            },
            {
                "team": "Carolina Panthers",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "f55c318f-f16f-4f8b-97a7-f03534900ba1",
            "gambit_id": "6996052a-2a21-47fc-95bf-73bedadb5f3e",
            "last_updated": "2022-10-31T11:36:57.026310-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Falcons",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04c63f36-643e-4344-8265-9c149644f090/?format=api"
        },
        {
            "id": "506008ad-8320-4ba2-be15-ad5ff6827600",
            "gambit_id": "9523552d-3beb-45d2-8b11-41377ed528b0",
            "last_updated": "2022-10-31T11:36:57.027312-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Panthers",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04c63f36-643e-4344-8265-9c149644f090/?format=api"
        }
    ]
}