GET /api/bet_types/49f20b2e-bfff-4258-b650-859fe60bd495/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "49f20b2e-bfff-4258-b650-859fe60bd495",
    "match": "https://api-prod.gambitprofit.com/api/matches/99ce3547-2b37-4221-9f77-ad2de9719a6b/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "STL (A Wainwright)",
                "amount": 6325.0
            },
            {
                "team": "CHC (J Assad)",
                "amount": 3675.0
            }
        ],
        "expected_reward_tokens": 9297.75,
        "profit_sb": 297.75,
        "profit_sb_percentage": 3.31,
        "recommended": true
    },
    "lines": [
        {
            "id": "3f9860f9-b9f8-4f7a-ad40-1f3445160ec4",
            "gambit_id": "e879be9a-6fc5-441b-87d5-d8a155262f41",
            "last_updated": "2022-08-24T10:32:18.875193-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL (A Wainwright)",
            "reward": "1.47000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/49f20b2e-bfff-4258-b650-859fe60bd495/?format=api"
        },
        {
            "id": "23ad1c61-fa6f-4414-bc7a-3eca4488846d",
            "gambit_id": "37ce3f7d-4b4b-4bea-8dc1-83008adbbc3e",
            "last_updated": "2022-08-24T10:32:18.875645-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC (J Assad)",
            "reward": "2.53000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/49f20b2e-bfff-4258-b650-859fe60bd495/?format=api"
        }
    ]
}