GET /api/bet_types/c33db45b-8305-4e8f-a403-b2c64681cff1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c33db45b-8305-4e8f-a403-b2c64681cff1",
    "match": "https://api-prod.gambitprofit.com/api/matches/3f72ac7d-e785-4402-9c18-701ce3db1e3c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-14T09:13:05.666014-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": "St Louis Blues",
                "amount": 6546.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 3454.0
            }
        ],
        "expected_reward_tokens": 9360.34,
        "profit_sb": -139.66,
        "profit_sb_percentage": -1.47,
        "recommended": false
    },
    "lines": [
        {
            "id": "48d3634a-baeb-43bd-b3f6-12a7be3918ef",
            "gambit_id": "ac9bacd6-fee6-4e31-a3ee-09e4c14357a0",
            "last_updated": "2023-11-15T20:03:20.828989-05:00",
            "created_at": "2023-11-14T09:13:05.673628-05:00",
            "name": "St Louis Blues",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c33db45b-8305-4e8f-a403-b2c64681cff1/?format=api"
        },
        {
            "id": "9b36efdf-f70f-4cf2-bff3-c62b9a8407ca",
            "gambit_id": "810fc00b-9b50-4d3c-ae10-b76fa7b04ce5",
            "last_updated": "2023-11-15T20:03:20.825414-05:00",
            "created_at": "2023-11-14T09:13:05.669794-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.71000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c33db45b-8305-4e8f-a403-b2c64681cff1/?format=api"
        }
    ]
}