GET /api/bet_types/adbb9312-6aba-40bc-9474-63fb1cb4b70d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "adbb9312-6aba-40bc-9474-63fb1cb4b70d",
    "match": "https://api-prod.gambitprofit.com/api/matches/5abedab7-d810-4fee-ba7f-2d77f2c07431/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Minnesota",
                "amount": 8196.0
            },
            {
                "team": "Rutgers",
                "amount": 1804.0
            }
        ],
        "expected_reward_tokens": 9507.08,
        "profit_sb": 7.08,
        "profit_sb_percentage": 0.07,
        "recommended": true
    },
    "lines": [
        {
            "id": "7c1bc0da-6101-4432-be34-f64223c29ca5",
            "gambit_id": "e8f2fd6f-c743-4bdc-871a-629440830bf2",
            "last_updated": "2022-10-31T10:37:24.645322-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota",
            "reward": "1.16000",
            "odds": "1.16670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/adbb9312-6aba-40bc-9474-63fb1cb4b70d/?format=api"
        },
        {
            "id": "2d897df7-3e85-42a1-85cc-2f26697a91a2",
            "gambit_id": "ae890cfe-a9f1-40ea-b15e-3adc168cccd5",
            "last_updated": "2022-10-31T10:37:24.646237-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Rutgers",
            "reward": "5.27000",
            "odds": "5.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/adbb9312-6aba-40bc-9474-63fb1cb4b70d/?format=api"
        }
    ]
}