GET /api/bet_types/7748795e-af88-4612-b21f-2d4cde72c186/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7748795e-af88-4612-b21f-2d4cde72c186",
    "match": "https://api-prod.gambitprofit.com/api/matches/cfa4cf00-0b1e-4f2b-95b5-67c8316ba1dc/?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": "Vancouver Canucks",
                "amount": 5097.0
            },
            {
                "team": "Washington Capitals",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "8f26b659-dbde-4ca7-8ee4-471e24be9ab6",
            "gambit_id": "89510441-9b9d-4d94-bd73-bc72e943d87d",
            "last_updated": "2022-11-30T09:42:20.184113-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7748795e-af88-4612-b21f-2d4cde72c186/?format=api"
        },
        {
            "id": "97d82cf8-9515-4707-bc8c-be168d263b18",
            "gambit_id": "c9186197-4f24-4e44-b34c-a7700b3cbc46",
            "last_updated": "2022-11-30T09:42:20.185146-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Capitals",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7748795e-af88-4612-b21f-2d4cde72c186/?format=api"
        }
    ]
}