GET /api/bet_types/4126854d-47cd-4a5a-bad3-01285ee9078f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4126854d-47cd-4a5a-bad3-01285ee9078f",
    "match": "https://api-prod.gambitprofit.com/api/matches/46bd3910-67fb-4d36-b755-06264bac2576/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-19T09:28:01.203172-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": "CHC (J Steele)",
                "amount": 6434.0
            },
            {
                "team": "KAN (B Singer)",
                "amount": 3566.0
            }
        ],
        "expected_reward_tokens": 9521.22,
        "profit_sb": 21.22,
        "profit_sb_percentage": 0.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "0f3d11bc-ecb6-40da-b455-a5b96bdf2dae",
            "gambit_id": "89dd7fcf-c2f5-4ea0-9fb1-54da6d46bca3",
            "last_updated": "2023-08-21T11:13:22.170610-04:00",
            "created_at": "2023-08-19T09:28:01.214693-04:00",
            "name": "CHC (J Steele)",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4126854d-47cd-4a5a-bad3-01285ee9078f/?format=api"
        },
        {
            "id": "37cd4e39-d130-483f-a7be-7de32fb3717d",
            "gambit_id": "d3c6c801-3e03-4314-b974-31c9b604f98c",
            "last_updated": "2023-08-21T11:13:22.167217-04:00",
            "created_at": "2023-08-19T09:28:01.208788-04:00",
            "name": "KAN (B Singer)",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4126854d-47cd-4a5a-bad3-01285ee9078f/?format=api"
        }
    ]
}