GET /api/bet_types/5c37b0ce-aaa6-49c8-ba92-87ad7e89f9c5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5c37b0ce-aaa6-49c8-ba92-87ad7e89f9c5",
    "match": "https://api-prod.gambitprofit.com/api/matches/5e19b551-1de7-4640-b08c-2b2245c86ba8/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-13T09:38:14.208476-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": "Washington Wizards",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "958c601a-96e8-4af7-a1cb-d71ac5d00f20",
            "gambit_id": "b475d6ba-75e2-41a2-b37d-531c0f79736c",
            "last_updated": "2024-01-16T11:13:08.144464-05:00",
            "created_at": "2024-01-13T09:38:14.212786-05:00",
            "name": "Washington Wizards",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c37b0ce-aaa6-49c8-ba92-87ad7e89f9c5/?format=api"
        },
        {
            "id": "de1e563c-4c80-447a-9f44-72737dc02855",
            "gambit_id": "87dd2805-d4a5-4f1d-b310-a5b3f6e5cd48",
            "last_updated": "2024-01-16T11:13:08.147857-05:00",
            "created_at": "2024-01-13T09:38:14.217163-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c37b0ce-aaa6-49c8-ba92-87ad7e89f9c5/?format=api"
        }
    ]
}