GET /api/bet_types/cd41a76a-927f-40e9-9685-6adb2d3407d9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cd41a76a-927f-40e9-9685-6adb2d3407d9",
    "match": "https://api-prod.gambitprofit.com/api/matches/ee0a0960-318c-4790-9254-4f5a0c1918f1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-09T09:47:58.557252-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": 5214.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "2d38cb66-c4e8-4080-8d7a-dbfe0b2be2ad",
            "gambit_id": "acc12924-c3cd-49d1-b368-438b122d4bc9",
            "last_updated": "2023-11-12T11:08:21.052620-05:00",
            "created_at": "2023-11-09T09:47:58.566035-05:00",
            "name": "St Louis Blues",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd41a76a-927f-40e9-9685-6adb2d3407d9/?format=api"
        },
        {
            "id": "d8945f5f-c060-4cc2-90a5-46fae05f6c36",
            "gambit_id": "0fb0275c-6874-41de-82ad-9034f64b59e2",
            "last_updated": "2023-11-12T11:08:21.049102-05:00",
            "created_at": "2023-11-09T09:47:58.561266-05:00",
            "name": "Arizona Coyotes",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd41a76a-927f-40e9-9685-6adb2d3407d9/?format=api"
        }
    ]
}