GET /api/bet_types/73f3d204-3523-4e69-90ed-19b2e8414071/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "73f3d204-3523-4e69-90ed-19b2e8414071",
    "match": "https://api-prod.gambitprofit.com/api/matches/c48cb7ee-e84c-4dd8-ac51-adc2b048d727/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-23T12:52:11.074133-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": "Green Bay Packers",
                "amount": 5098.0
            },
            {
                "team": "Miami Dolphins",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "20546b1e-e3c1-4262-b301-ee82de47a250",
            "gambit_id": "7f6428b2-25b0-496f-81c7-c588b473c34e",
            "last_updated": "2022-12-26T12:42:06.654165-05:00",
            "created_at": "2022-12-23T12:52:11.076509-05:00",
            "name": "Green Bay Packers",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73f3d204-3523-4e69-90ed-19b2e8414071/?format=api"
        },
        {
            "id": "c84aea4a-a874-4c41-a90b-fdefbba1bf7c",
            "gambit_id": "83a90331-1d02-4141-97d6-32f8c3fceb95",
            "last_updated": "2022-12-26T12:42:06.652821-05:00",
            "created_at": "2022-12-23T12:52:11.075292-05:00",
            "name": "Miami Dolphins",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73f3d204-3523-4e69-90ed-19b2e8414071/?format=api"
        }
    ]
}