GET /api/bet_types/9d4dab31-85f9-4aa8-a0ba-24813f75f165/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9d4dab31-85f9-4aa8-a0ba-24813f75f165",
    "match": "https://api-prod.gambitprofit.com/api/matches/56545369-8662-48ae-a54c-60df6b12ec8e/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-27T09:18:12.604585-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": "Toronto Maple Leafs",
                "amount": 6611.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 3389.0
            }
        ],
        "expected_reward_tokens": 9387.53,
        "profit_sb": -112.47,
        "profit_sb_percentage": -1.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "19a1930f-f128-400b-8b5d-c20ec0c790bc",
            "gambit_id": "80e5777c-a6a1-466b-b6f2-418437ee9902",
            "last_updated": "2024-01-29T21:53:07.404261-05:00",
            "created_at": "2024-01-27T09:18:12.608981-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.42000",
            "odds": "1.44440",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d4dab31-85f9-4aa8-a0ba-24813f75f165/?format=api"
        },
        {
            "id": "1476f440-ccf4-48bc-96e8-1ad10df36a46",
            "gambit_id": "19de35d4-31d8-4d97-9d2a-23709ae27526",
            "last_updated": "2024-01-29T21:53:07.407650-05:00",
            "created_at": "2024-01-27T09:18:12.613880-05:00",
            "name": "Winnipeg Jets",
            "reward": "2.77000",
            "odds": "2.85000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d4dab31-85f9-4aa8-a0ba-24813f75f165/?format=api"
        }
    ]
}