GET /api/bet_types/0c2569af-280e-4221-acf6-4ce24ea61e94/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0c2569af-280e-4221-acf6-4ce24ea61e94",
    "match": "https://api-prod.gambitprofit.com/api/matches/28c256b0-4e39-4472-8219-c17adc7284e2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-07T11:57:08.096437-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": "OAK (M Miller)",
                "amount": 5065.0
            },
            {
                "team": "KAN (R Yarbrough)",
                "amount": 4935.0
            }
        ],
        "expected_reward_tokens": 9572.85,
        "profit_sb": 72.85,
        "profit_sb_percentage": 0.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "a4fce31a-0777-4946-94bd-1f6cba22c99f",
            "gambit_id": "a3a0acb1-03dc-4e16-b21b-ef790ff11700",
            "last_updated": "2023-05-08T11:47:06.395264-04:00",
            "created_at": "2023-05-07T11:57:08.100699-04:00",
            "name": "OAK (M Miller)",
            "reward": "1.89000",
            "odds": "1.92590",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c2569af-280e-4221-acf6-4ce24ea61e94/?format=api"
        },
        {
            "id": "adb45d61-2e20-40d8-80d5-19f5b6e243da",
            "gambit_id": "09973277-2cd4-4bec-bd70-ac9ef6e0a965",
            "last_updated": "2023-05-08T11:47:06.392853-04:00",
            "created_at": "2023-05-07T11:57:08.098549-04:00",
            "name": "KAN (R Yarbrough)",
            "reward": "1.94000",
            "odds": "1.98040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c2569af-280e-4221-acf6-4ce24ea61e94/?format=api"
        }
    ]
}