GET /api/bet_types/99e992d8-52cf-462f-9906-74b4432fd927/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "99e992d8-52cf-462f-9906-74b4432fd927",
    "match": "https://api-prod.gambitprofit.com/api/matches/886b111a-1c78-4ea6-a87b-633a2a85d4ff/?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": "Buffalo Bills",
                "amount": 5205.0
            },
            {
                "team": "Carolina Panthers",
                "amount": 4795.0
            }
        ],
        "expected_reward_tokens": 9108.75,
        "profit_sb": 108.75,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "74af0dd6-dd15-4f5c-8110-b64129f67551",
            "gambit_id": "cbb86a09-3d28-4b61-ae04-d0918bde1b8e",
            "last_updated": "2022-08-27T12:42:10.930506-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Bills",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99e992d8-52cf-462f-9906-74b4432fd927/?format=api"
        },
        {
            "id": "0bddf31d-4df5-44c4-88df-eda019b66be7",
            "gambit_id": "8cc05c16-aed4-4065-b100-b9e2ff31a530",
            "last_updated": "2022-08-27T12:42:10.930072-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Panthers",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99e992d8-52cf-462f-9906-74b4432fd927/?format=api"
        }
    ]
}