GET /api/bet_types/efedecf8-263e-410e-a0da-8a288ebf6dc9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "efedecf8-263e-410e-a0da-8a288ebf6dc9",
    "match": "https://api-prod.gambitprofit.com/api/matches/877f7563-23f9-4ead-8e35-f6154ae2c520/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-23T09:23:22.940194-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": "PHI (A Nola)",
                "amount": 6222.0
            },
            {
                "team": "ARI (M Kelly)",
                "amount": 3778.0
            }
        ],
        "expected_reward_tokens": 9519.66,
        "profit_sb": 19.66,
        "profit_sb_percentage": 0.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "60e40a89-00d7-4e8c-b652-c3693a5f1fdd",
            "gambit_id": "131505b7-1ed3-4547-a2f6-2f9d04b06a8c",
            "last_updated": "2023-10-24T10:18:14.407853-04:00",
            "created_at": "2023-10-23T09:23:22.952043-04:00",
            "name": "PHI (A Nola)",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efedecf8-263e-410e-a0da-8a288ebf6dc9/?format=api"
        },
        {
            "id": "dcf506b6-7de0-4bed-9270-a7f3dd31f30f",
            "gambit_id": "fcbc12c6-0666-4f9f-92bb-f5b111e5542f",
            "last_updated": "2023-10-24T10:18:14.404092-04:00",
            "created_at": "2023-10-23T09:23:22.946484-04:00",
            "name": "ARI (M Kelly)",
            "reward": "2.52000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efedecf8-263e-410e-a0da-8a288ebf6dc9/?format=api"
        }
    ]
}