GET /api/bet_types/fecc0658-f9fe-4126-9adb-37927787634f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fecc0658-f9fe-4126-9adb-37927787634f",
    "match": "https://api-prod.gambitprofit.com/api/matches/00e89bd9-cdc4-46eb-950f-cd3696151737/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-14T09:58:11.749318-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": "Kansas City Chiefs",
                "amount": 6010.0
            },
            {
                "team": "Jacksonville Jaguars",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "b7862a67-aaa9-4e56-9d63-68f5a8523afb",
            "gambit_id": "c04cb473-9b66-4516-80ed-6be45372938e",
            "last_updated": "2023-09-18T15:48:26.889628-04:00",
            "created_at": "2023-09-14T09:58:11.752978-04:00",
            "name": "Kansas City Chiefs",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fecc0658-f9fe-4126-9adb-37927787634f/?format=api"
        },
        {
            "id": "823010c4-9cf8-48fa-9dd9-469e08f996f9",
            "gambit_id": "77594d31-3a97-4923-926d-c08135fa1a2b",
            "last_updated": "2023-09-18T15:48:26.894561-04:00",
            "created_at": "2023-09-14T09:58:11.757126-04:00",
            "name": "Jacksonville Jaguars",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fecc0658-f9fe-4126-9adb-37927787634f/?format=api"
        }
    ]
}