GET /api/bet_types/51abb1a1-1096-40b4-8f91-2504d2ab3580/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "51abb1a1-1096-40b4-8f91-2504d2ab3580",
    "match": "https://api-prod.gambitprofit.com/api/matches/59903cbb-219b-416d-81c3-f08310a869a6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-15T08:23:09.464344-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": "CWS",
                "amount": 5939.0
            },
            {
                "team": "LOS",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "c77205b0-79f9-4730-a97a-458cfa732794",
            "gambit_id": "54b0b013-24f9-4d4e-b67a-50bf9dd922ff",
            "last_updated": "2023-06-16T09:53:30.898588-04:00",
            "created_at": "2023-06-15T08:23:09.466811-04:00",
            "name": "CWS",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51abb1a1-1096-40b4-8f91-2504d2ab3580/?format=api"
        },
        {
            "id": "1f1fa778-a27d-41bc-869f-25b20e9d758b",
            "gambit_id": "d569c930-c9cf-4e49-9ec8-1abb318eccc8",
            "last_updated": "2023-06-16T09:53:30.900956-04:00",
            "created_at": "2023-06-15T08:23:09.469433-04:00",
            "name": "LOS",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51abb1a1-1096-40b4-8f91-2504d2ab3580/?format=api"
        }
    ]
}