GET /api/bet_types/26406148-cebd-4053-a2fb-fa30ccbf0452/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "26406148-cebd-4053-a2fb-fa30ccbf0452",
    "match": "https://api-prod.gambitprofit.com/api/matches/748740a5-8bcd-44c5-b131-cc21f7ffd82f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-17T13:03:04.983313-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": "Buffalo Bills",
                "amount": 5213.0
            },
            {
                "team": "Pittsburgh Steelers",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "6fb901c7-369c-47c0-95f7-2bf558a6b9ae",
            "gambit_id": "3c2d897e-b788-46df-93ca-af762aba4d6a",
            "last_updated": "2023-08-21T19:58:16.490544-04:00",
            "created_at": "2023-08-17T13:03:04.987383-04:00",
            "name": "Buffalo Bills",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26406148-cebd-4053-a2fb-fa30ccbf0452/?format=api"
        },
        {
            "id": "84e18f36-d1c3-4034-a53f-de2e7e1ff42a",
            "gambit_id": "003f64b2-8bf9-4764-807c-e7d9024e726f",
            "last_updated": "2023-08-21T19:58:16.493942-04:00",
            "created_at": "2023-08-17T13:03:04.992015-04:00",
            "name": "Pittsburgh Steelers",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26406148-cebd-4053-a2fb-fa30ccbf0452/?format=api"
        }
    ]
}