GET /api/bet_types/2ade754c-eb34-4375-8cf6-de33a9f43ff3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2ade754c-eb34-4375-8cf6-de33a9f43ff3",
    "match": "https://api-prod.gambitprofit.com/api/matches/c5131f6e-0517-4253-892f-6a857c338c13/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-30T10:28:04.833547-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": "Utah Jazz",
                "amount": 5000.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "9c92a26e-94de-4e36-bd8b-a79e5d75d5b9",
            "gambit_id": "5d6818ac-79ed-4af7-8549-8599d4020769",
            "last_updated": "2023-12-01T19:03:07.733986-05:00",
            "created_at": "2023-11-30T10:28:04.838254-05:00",
            "name": "Utah Jazz",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ade754c-eb34-4375-8cf6-de33a9f43ff3/?format=api"
        },
        {
            "id": "45111adb-68d2-46e6-910a-30cd96874ae6",
            "gambit_id": "dce8ea53-a0fd-436e-83e6-6d5c2a2df556",
            "last_updated": "2023-12-01T19:03:07.737794-05:00",
            "created_at": "2023-11-30T10:28:04.842203-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ade754c-eb34-4375-8cf6-de33a9f43ff3/?format=api"
        }
    ]
}