GET /api/bet_types/517cab9f-2805-4801-b3d7-1bf64c8d5fe2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "517cab9f-2805-4801-b3d7-1bf64c8d5fe2",
    "match": "https://api-prod.gambitprofit.com/api/matches/c8d1f78a-7d1d-4c34-929f-03143d61f9ff/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-02T09:57:10.448799-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": "Los Angeles Lakers",
                "amount": 5000.0
            },
            {
                "team": "Houston Rockets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "d0737bb2-fe85-4be8-922e-d5cca64c4145",
            "gambit_id": "d20267bb-8040-4da0-924c-10ae10e475f8",
            "last_updated": "2023-04-03T20:07:10.010588-04:00",
            "created_at": "2023-04-02T09:57:10.454698-04:00",
            "name": "Los Angeles Lakers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/517cab9f-2805-4801-b3d7-1bf64c8d5fe2/?format=api"
        },
        {
            "id": "1db3d8c5-94f9-4a39-aed2-5812977187b6",
            "gambit_id": "e91b6d61-c552-4409-b8a3-8c940707d23d",
            "last_updated": "2023-04-03T20:07:10.008078-04:00",
            "created_at": "2023-04-02T09:57:10.451880-04:00",
            "name": "Houston Rockets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/517cab9f-2805-4801-b3d7-1bf64c8d5fe2/?format=api"
        }
    ]
}