GET /api/bet_types/8ac98adb-a5e6-4a27-ab75-d01a8a922d4c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8ac98adb-a5e6-4a27-ab75-d01a8a922d4c",
    "match": "https://api-prod.gambitprofit.com/api/matches/4fc23410-7a09-4c63-b4ca-f54251e5c4a6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-10T11:18:00.599732-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": "Baltimore Ravens",
                "amount": 6849.0
            },
            {
                "team": "Cleveland Browns",
                "amount": 3151.0
            }
        ],
        "expected_reward_tokens": 9451.62,
        "profit_sb": -48.38,
        "profit_sb_percentage": -0.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "03ab702b-5cdb-4ebf-88b4-330d52e30f16",
            "gambit_id": "ae43cf6e-9145-4b02-a1e8-ac2170cc62c5",
            "last_updated": "2023-11-13T15:48:05.161136-05:00",
            "created_at": "2023-11-10T11:18:00.608840-05:00",
            "name": "Baltimore Ravens",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ac98adb-a5e6-4a27-ab75-d01a8a922d4c/?format=api"
        },
        {
            "id": "6b2fe5ab-d31e-4869-96e4-bb6c3ff186be",
            "gambit_id": "fc1580f8-0a8a-4d1a-856e-56bdc9970255",
            "last_updated": "2023-11-13T15:48:05.164979-05:00",
            "created_at": "2023-11-10T11:18:00.604853-05:00",
            "name": "Cleveland Browns",
            "reward": "3.00000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ac98adb-a5e6-4a27-ab75-d01a8a922d4c/?format=api"
        }
    ]
}