GET /api/bet_types/96edde18-febd-4d92-9f01-9e2155a725c1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "96edde18-febd-4d92-9f01-9e2155a725c1",
    "match": "https://api-prod.gambitprofit.com/api/matches/e308efeb-0965-4f4e-b3da-07a55ab932f4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-22T09:01:56.063281-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": "New Orleans Pelicans",
                "amount": 5000.0
            },
            {
                "team": "Miami Heat",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "9adb6f0e-e21f-45bc-a57b-a7e8a3bb66a2",
            "gambit_id": "df9330f5-1b2c-40fa-a34d-72ed82fc2c48",
            "last_updated": "2023-01-23T14:11:56.639621-05:00",
            "created_at": "2023-01-22T09:01:56.064502-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96edde18-febd-4d92-9f01-9e2155a725c1/?format=api"
        },
        {
            "id": "f9f6d7b2-ae19-4609-81ba-e138d49de6c4",
            "gambit_id": "9f93d3ab-aeb1-484e-a130-b17613649dc0",
            "last_updated": "2023-01-23T14:11:56.640809-05:00",
            "created_at": "2023-01-22T09:01:56.065775-05:00",
            "name": "Miami Heat",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96edde18-febd-4d92-9f01-9e2155a725c1/?format=api"
        }
    ]
}