GET /api/bet_types/8c1b9101-5ec6-4474-bb3d-7839c0c37c28/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8c1b9101-5ec6-4474-bb3d-7839c0c37c28",
    "match": "https://api-prod.gambitprofit.com/api/matches/34fe7e1b-a22e-4ae6-932f-0606105443e1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-06T12:43:10.699781-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": "Atlanta Hawks",
                "amount": 5000.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "01149f25-3fa5-458b-b47e-80cd423db8db",
            "gambit_id": "262df700-a2b4-4a09-851b-fb87d638f93f",
            "last_updated": "2023-11-07T21:03:29.169871-05:00",
            "created_at": "2023-11-06T12:43:10.703573-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c1b9101-5ec6-4474-bb3d-7839c0c37c28/?format=api"
        },
        {
            "id": "f0c670f3-89d1-4451-95b6-a4c913a8b30e",
            "gambit_id": "a0cf7386-66cf-477f-b963-1bc6ece16934",
            "last_updated": "2023-11-07T21:03:29.173324-05:00",
            "created_at": "2023-11-06T12:43:10.707581-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c1b9101-5ec6-4474-bb3d-7839c0c37c28/?format=api"
        }
    ]
}