GET /api/bet_types/7b18f371-8437-4380-be8e-64d1a2edbff3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7b18f371-8437-4380-be8e-64d1a2edbff3",
    "match": "https://api-prod.gambitprofit.com/api/matches/1addfd32-c726-42ca-8731-22551227156b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-30T09:36:55.086786-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": "Milwaukee Bucks",
                "amount": 5512.0
            },
            {
                "team": "Boston Celtics",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "c3eaba1f-df5b-43ff-903d-06da73a7ad08",
            "gambit_id": "0930c9e2-210d-4261-a968-95f2bb292df9",
            "last_updated": "2023-03-31T10:57:19.238845-04:00",
            "created_at": "2023-03-30T09:36:55.088050-04:00",
            "name": "Milwaukee Bucks",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b18f371-8437-4380-be8e-64d1a2edbff3/?format=api"
        },
        {
            "id": "3eda30ca-8ac8-4f3f-8159-2106869c720c",
            "gambit_id": "51d47779-55a7-4b50-bfcc-e9413938a727",
            "last_updated": "2023-03-31T10:57:19.241199-04:00",
            "created_at": "2023-03-30T09:36:55.089499-04:00",
            "name": "Boston Celtics",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b18f371-8437-4380-be8e-64d1a2edbff3/?format=api"
        }
    ]
}