GET /api/bet_types/07cdc13e-f65f-409d-af61-8d908543aece/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "07cdc13e-f65f-409d-af61-8d908543aece",
    "match": "https://api-prod.gambitprofit.com/api/matches/5c65deda-e901-4158-aa91-cc2385a1c58e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-09T11:07:05.780052-04: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": "TOR",
                "amount": 6100.0
            },
            {
                "team": "PHI",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "1e2f398f-8491-47a3-aa59-5b9c4e9c1bd3",
            "gambit_id": "1b950cfd-96b8-4a57-918d-751f5c136afb",
            "last_updated": "2023-05-10T15:42:08.985636-04:00",
            "created_at": "2023-05-09T11:07:05.784658-04:00",
            "name": "TOR",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07cdc13e-f65f-409d-af61-8d908543aece/?format=api"
        },
        {
            "id": "ef3de047-3455-4406-9e51-fc16e156c3aa",
            "gambit_id": "4e44a463-275d-433b-b889-10146982e8da",
            "last_updated": "2023-05-10T15:42:08.984203-04:00",
            "created_at": "2023-05-09T11:07:05.782294-04:00",
            "name": "PHI",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07cdc13e-f65f-409d-af61-8d908543aece/?format=api"
        }
    ]
}