GET /api/bet_types/1d03831c-016b-4832-ae16-b2aa5538918d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1d03831c-016b-4832-ae16-b2aa5538918d",
    "match": "https://api-prod.gambitprofit.com/api/matches/e6816261-6c0d-4c71-8b73-f5ddbfeb72e5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-14T09:13:03.958437-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": "Detroit Pistons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ed93d3bd-4c7d-4d38-81af-a3d0f509f8ef",
            "gambit_id": "fcad42b4-d5d9-4b9e-910a-60c0e8f7d3db",
            "last_updated": "2023-11-15T22:43:01.020651-05:00",
            "created_at": "2023-11-14T09:13:03.963548-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d03831c-016b-4832-ae16-b2aa5538918d/?format=api"
        },
        {
            "id": "d714fc02-ed49-476c-b147-98a177796b37",
            "gambit_id": "1018516e-0557-47b7-8aed-bc47d35e5e08",
            "last_updated": "2023-11-15T22:43:01.027064-05:00",
            "created_at": "2023-11-14T09:13:03.968735-05:00",
            "name": "Detroit Pistons",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d03831c-016b-4832-ae16-b2aa5538918d/?format=api"
        }
    ]
}