GET /api/bet_types/e9ece482-0f08-4582-a0b7-0dd0fc93c721/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e9ece482-0f08-4582-a0b7-0dd0fc93c721",
    "match": "https://api-prod.gambitprofit.com/api/matches/99746d10-a7ab-4835-bb01-a72279f56e09/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-30T10:27:09.509773-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": "Ohio",
                "amount": 5753.0
            },
            {
                "team": "Wyoming",
                "amount": 4247.0
            }
        ],
        "expected_reward_tokens": 9088.58,
        "profit_sb": 88.58,
        "profit_sb_percentage": 0.98,
        "recommended": true
    },
    "lines": [
        {
            "id": "3026a7c0-1d1e-43e0-abe8-005e9c1a2124",
            "gambit_id": "8b4030dd-0382-4096-97cd-95040156aa48",
            "last_updated": "2022-12-31T10:56:57.352847-05:00",
            "created_at": "2022-12-30T10:27:09.511102-05:00",
            "name": "Ohio",
            "reward": "1.58000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9ece482-0f08-4582-a0b7-0dd0fc93c721/?format=api"
        },
        {
            "id": "36e13f60-8929-428d-a581-6fe1fca78fd0",
            "gambit_id": "1c33a79b-dc8f-4d82-9540-1300c2c716cf",
            "last_updated": "2022-12-31T10:56:57.353948-05:00",
            "created_at": "2022-12-30T10:27:09.512385-05:00",
            "name": "Wyoming",
            "reward": "2.14000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9ece482-0f08-4582-a0b7-0dd0fc93c721/?format=api"
        }
    ]
}