GET /api/bet_types/6908350d-b19a-4fb6-9c24-39334c058bbc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6908350d-b19a-4fb6-9c24-39334c058bbc",
    "match": "https://api-prod.gambitprofit.com/api/matches/2d1aa79e-96e8-4fba-a7d6-7be81afda7bc/?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": "New Jersey Devils",
                "amount": 5583.0
            },
            {
                "team": "Calgary Flames",
                "amount": 4417.0
            }
        ],
        "expected_reward_tokens": 9099.02,
        "profit_sb": 99.02,
        "profit_sb_percentage": 1.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "98950fde-91a5-4bb3-b5a9-8aa6754ee2ae",
            "gambit_id": "c936e0f9-896e-45dd-894e-fe547a740421",
            "last_updated": "2022-11-09T09:43:04.291596-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Jersey Devils",
            "reward": "1.63000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6908350d-b19a-4fb6-9c24-39334c058bbc/?format=api"
        },
        {
            "id": "14951de5-973c-4b78-aebb-18ae21e1a5c5",
            "gambit_id": "24ba69c8-a750-4860-b2a4-9419940efdf9",
            "last_updated": "2022-11-09T09:43:04.292587-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Calgary Flames",
            "reward": "2.06000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6908350d-b19a-4fb6-9c24-39334c058bbc/?format=api"
        }
    ]
}