GET /api/bet_types/0bfdad44-dc96-4456-8d41-0403dc0a4c28/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0bfdad44-dc96-4456-8d41-0403dc0a4c28",
    "match": "https://api-prod.gambitprofit.com/api/matches/9071228a-0cad-45a2-8e57-0a2465816408/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-11T11:43:23.763195-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": "Jacksonville Jaguars",
                "amount": 5000.0
            },
            {
                "team": "Dallas Cowboys",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "c3466bff-fac5-4c5d-bc14-38fe9490386d",
            "gambit_id": "e818c7ab-692b-4b32-b643-9fdabe858e51",
            "last_updated": "2023-08-14T11:18:18.563059-04:00",
            "created_at": "2023-08-11T11:43:23.768229-04:00",
            "name": "Jacksonville Jaguars",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0bfdad44-dc96-4456-8d41-0403dc0a4c28/?format=api"
        },
        {
            "id": "e3117739-c850-4905-9082-6de00a22bfe0",
            "gambit_id": "e97e173b-937b-46f7-bd00-634dba658386",
            "last_updated": "2023-08-14T11:18:18.566337-04:00",
            "created_at": "2023-08-11T11:43:23.773220-04:00",
            "name": "Dallas Cowboys",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0bfdad44-dc96-4456-8d41-0403dc0a4c28/?format=api"
        }
    ]
}