GET /api/bet_types/777c1ddc-3769-4b8d-8871-c7bf2a441ae4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "777c1ddc-3769-4b8d-8871-c7bf2a441ae4",
    "match": "https://api-prod.gambitprofit.com/api/matches/f657529a-7ed0-4c6e-91f1-aa57ba3a0111/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-27T08:57:17.912773-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": "Golden State Warriors",
                "amount": 6235.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 3765.0
            }
        ],
        "expected_reward_tokens": 9600.75,
        "profit_sb": 100.75,
        "profit_sb_percentage": 1.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "0e535cf1-0c1b-4726-966d-81581465842c",
            "gambit_id": "873cd3bb-15ee-4dbb-8499-33ecd0f5bc41",
            "last_updated": "2023-01-28T19:17:09.496318-05:00",
            "created_at": "2023-01-27T08:57:17.914002-05:00",
            "name": "Golden State Warriors",
            "reward": "1.54000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/777c1ddc-3769-4b8d-8871-c7bf2a441ae4/?format=api"
        },
        {
            "id": "a96a23ab-f307-49f6-89fb-af354ed29b51",
            "gambit_id": "57c54a45-53bf-4cf7-8f59-686826984376",
            "last_updated": "2023-01-28T19:17:09.497536-05:00",
            "created_at": "2023-01-27T08:57:17.915240-05:00",
            "name": "Toronto Raptors",
            "reward": "2.55000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/777c1ddc-3769-4b8d-8871-c7bf2a441ae4/?format=api"
        }
    ]
}