GET /api/bet_types/2e1379b9-da66-436d-9cb7-b6332646119f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2e1379b9-da66-436d-9cb7-b6332646119f",
    "match": "https://api-prod.gambitprofit.com/api/matches/8a06a75e-a33f-4699-8f82-26a608a563c0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-13T09:17:59.064254-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 Raptors",
                "amount": 5094.0
            },
            {
                "team": "Washington Wizards",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "bb683c06-bc31-44d4-906f-ece5dc21f518",
            "gambit_id": "01030d73-bca2-4b4b-8081-99f2215b50d2",
            "last_updated": "2023-11-14T10:13:17.632011-05:00",
            "created_at": "2023-11-13T09:17:59.074035-05:00",
            "name": "Toronto Raptors",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e1379b9-da66-436d-9cb7-b6332646119f/?format=api"
        },
        {
            "id": "60edebbb-8e0a-4e24-8584-0ec05ece8a38",
            "gambit_id": "4086ef19-ec05-4c8f-b926-72db6738a801",
            "last_updated": "2023-11-14T10:13:17.628649-05:00",
            "created_at": "2023-11-13T09:17:59.069205-05:00",
            "name": "Washington Wizards",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e1379b9-da66-436d-9cb7-b6332646119f/?format=api"
        }
    ]
}