GET /api/bet_types/401cc7cd-adb3-4111-97a1-837e290db002/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "401cc7cd-adb3-4111-97a1-837e290db002",
    "match": "https://api-prod.gambitprofit.com/api/matches/090634a3-a905-4032-af07-b7085ebf69c0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-02T09:58:19.155785-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": "Phoenix Suns",
                "amount": 5773.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "d786da00-1321-4487-b6ea-4411baa44bde",
            "gambit_id": "aa495b31-3970-4691-a04b-375dcf34294e",
            "last_updated": "2024-02-03T10:37:58.550458-05:00",
            "created_at": "2024-02-02T09:58:19.160135-05:00",
            "name": "Phoenix Suns",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/401cc7cd-adb3-4111-97a1-837e290db002/?format=api"
        },
        {
            "id": "78548d60-5787-428b-816c-0ce5c23958a2",
            "gambit_id": "a4b3c3d0-7036-4af7-998f-f2ec6923dee3",
            "last_updated": "2024-02-03T10:37:58.553730-05:00",
            "created_at": "2024-02-02T09:58:19.164997-05:00",
            "name": "Atlanta Hawks",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/401cc7cd-adb3-4111-97a1-837e290db002/?format=api"
        }
    ]
}