GET /api/bet_types/c63aa5a3-665e-4d29-9d91-63474e39fd6d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c63aa5a3-665e-4d29-9d91-63474e39fd6d",
    "match": "https://api-prod.gambitprofit.com/api/matches/7c713e73-f2d5-4715-8f08-c31ef46640d7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-30T10:28:04.570555-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": "San Antonio Spurs",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "fce876fa-1ee1-47c5-878c-b43ca57ce263",
            "gambit_id": "b4e38850-3c5c-4d85-ac4c-79e0b4cbfeb2",
            "last_updated": "2023-12-01T19:08:07.149560-05:00",
            "created_at": "2023-11-30T10:28:04.575725-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c63aa5a3-665e-4d29-9d91-63474e39fd6d/?format=api"
        },
        {
            "id": "da06d96c-caa9-4ccb-888e-597f78545ff2",
            "gambit_id": "a3e0bd8c-68eb-46d2-8a1f-a33baf0139ae",
            "last_updated": "2023-12-01T19:08:07.153357-05:00",
            "created_at": "2023-11-30T10:28:04.581163-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c63aa5a3-665e-4d29-9d91-63474e39fd6d/?format=api"
        }
    ]
}