GET /api/bet_types/d7eebb4d-939a-4500-8801-f938cfc60084/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d7eebb4d-939a-4500-8801-f938cfc60084",
    "match": "https://api-prod.gambitprofit.com/api/matches/08551a9b-dd71-47e0-baf2-fed22b37e2af/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-13T09:08:21.483712-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": "SDG (J Musgrove)",
                "amount": 6114.0
            },
            {
                "team": "CLE (T Bibee)",
                "amount": 3886.0
            }
        ],
        "expected_reward_tokens": 9598.42,
        "profit_sb": 98.42,
        "profit_sb_percentage": 1.04,
        "recommended": true
    },
    "lines": [
        {
            "id": "7ca3c546-d162-4bc7-af4a-dbda96a685b0",
            "gambit_id": "669b3fd1-7479-4d44-8d49-54ccdb7a8e32",
            "last_updated": "2023-06-14T11:18:15.699690-04:00",
            "created_at": "2023-06-13T09:08:21.487827-04:00",
            "name": "SDG (J Musgrove)",
            "reward": "1.57000",
            "odds": "1.59520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7eebb4d-939a-4500-8801-f938cfc60084/?format=api"
        },
        {
            "id": "03543d06-31c3-4dad-b278-28314f6e6d9d",
            "gambit_id": "d35d7734-cf70-44ae-9dec-2f0ab902fe32",
            "last_updated": "2023-06-14T11:18:15.696602-04:00",
            "created_at": "2023-06-13T09:08:21.485709-04:00",
            "name": "CLE (T Bibee)",
            "reward": "2.47000",
            "odds": "2.53000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7eebb4d-939a-4500-8801-f938cfc60084/?format=api"
        }
    ]
}