GET /api/bet_types/8e9e0b16-c8da-4568-9e23-69427738d94a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8e9e0b16-c8da-4568-9e23-69427738d94a",
    "match": "https://api-prod.gambitprofit.com/api/matches/94e269d3-8679-4da6-8ae2-4182356c75e9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-10T09:02:08.878688-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": "Indiana Pacers",
                "amount": 5000.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "94b95751-2b1b-4e27-b3f4-d43cad9f4ebd",
            "gambit_id": "cea6ae1b-5075-4ead-8f0f-bbdcdf38ee8f",
            "last_updated": "2023-02-11T17:57:02.086453-05:00",
            "created_at": "2023-02-10T09:02:08.879966-05:00",
            "name": "Indiana Pacers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e9e0b16-c8da-4568-9e23-69427738d94a/?format=api"
        },
        {
            "id": "77cbc5a4-8d5c-410a-b135-529cdc93e9f1",
            "gambit_id": "c9eb36cb-e617-4167-a3d8-6a9477dbd7ff",
            "last_updated": "2023-02-11T17:57:02.087671-05:00",
            "created_at": "2023-02-10T09:02:08.881405-05:00",
            "name": "Phoenix Suns",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e9e0b16-c8da-4568-9e23-69427738d94a/?format=api"
        }
    ]
}