GET /api/bet_types/416dfafc-9202-4e13-8a32-0f292df20df3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "416dfafc-9202-4e13-8a32-0f292df20df3",
    "match": "https://api-prod.gambitprofit.com/api/matches/c2345b53-9cc9-41ec-a54a-fce9c76cc2e2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-11T13:06:54.962209-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": "Jim Crute",
                "amount": 5870.0
            },
            {
                "team": "Alonzo Menifield",
                "amount": 4130.0
            }
        ],
        "expected_reward_tokens": 9333.3,
        "profit_sb": -166.7,
        "profit_sb_percentage": -1.75,
        "recommended": false
    },
    "lines": [
        {
            "id": "9f77ee02-2732-4bed-b125-6129ae63e4fd",
            "gambit_id": "2e81295d-fc08-446a-a3b2-6ffc8b4c7a0f",
            "last_updated": "2023-02-12T10:56:58.575682-05:00",
            "created_at": "2023-02-11T13:06:54.963527-05:00",
            "name": "Jim Crute",
            "reward": "1.59000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/416dfafc-9202-4e13-8a32-0f292df20df3/?format=api"
        },
        {
            "id": "a7e2e257-d0d5-4c81-8f8c-5cf371a11624",
            "gambit_id": "d688abe5-8310-41b0-ae6e-fb73d053bd26",
            "last_updated": "2023-02-12T10:56:58.576895-05:00",
            "created_at": "2023-02-11T13:06:54.964852-05:00",
            "name": "Alonzo Menifield",
            "reward": "2.26000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/416dfafc-9202-4e13-8a32-0f292df20df3/?format=api"
        }
    ]
}