GET /api/bet_types/74c058f8-eb94-4485-9011-2a34c3e74c77/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "74c058f8-eb94-4485-9011-2a34c3e74c77",
    "match": "https://api-prod.gambitprofit.com/api/matches/eef19f24-e073-493f-9957-0b7e3132db3b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-27T08:57:16.491173-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": "Ottawa Senators",
                "amount": 5521.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 4479.0
            }
        ],
        "expected_reward_tokens": 9495.48,
        "profit_sb": -4.52,
        "profit_sb_percentage": -0.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "0837e765-7dae-42c1-94bc-cdbb60f05a2d",
            "gambit_id": "6ba3b5b9-6a98-43be-8456-88bd8181ddf6",
            "last_updated": "2023-01-28T15:22:22.861339-05:00",
            "created_at": "2023-01-27T08:57:16.493965-05:00",
            "name": "Ottawa Senators",
            "reward": "1.72000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74c058f8-eb94-4485-9011-2a34c3e74c77/?format=api"
        },
        {
            "id": "5c9ca7ac-972d-4da5-95de-077222381df7",
            "gambit_id": "3622e924-a9ef-4a55-87a2-0773cd81cdf6",
            "last_updated": "2023-01-28T15:22:22.860192-05:00",
            "created_at": "2023-01-27T08:57:16.492398-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.12000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74c058f8-eb94-4485-9011-2a34c3e74c77/?format=api"
        }
    ]
}