GET /api/bet_types/57982de2-f023-45c6-8dd6-7427fdbce180/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "57982de2-f023-45c6-8dd6-7427fdbce180",
    "match": "https://api-prod.gambitprofit.com/api/matches/bad2dc64-2ead-4fe0-a9ff-357540e5f6e3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-26T13:37:01.726599-04: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 Raptors",
                "amount": 5000.0
            },
            {
                "team": "Washington Wizards",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "09e31bdc-440c-4042-8977-10803c38305b",
            "gambit_id": "26a7b4cf-5906-41c0-a29f-3fa7797124fd",
            "last_updated": "2023-03-27T11:36:53.679792-04:00",
            "created_at": "2023-03-26T13:37:01.728972-04:00",
            "name": "Toronto Raptors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57982de2-f023-45c6-8dd6-7427fdbce180/?format=api"
        },
        {
            "id": "ea45a586-cd9c-4238-8d24-caff47def68e",
            "gambit_id": "6d6e46f2-ba02-4a55-907e-ce8bf09359ee",
            "last_updated": "2023-03-27T11:36:53.682546-04:00",
            "created_at": "2023-03-26T13:37:01.730630-04:00",
            "name": "Washington Wizards",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57982de2-f023-45c6-8dd6-7427fdbce180/?format=api"
        }
    ]
}