GET /api/bet_types/390830bb-f45b-44fd-907d-5554243c0b3f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "390830bb-f45b-44fd-907d-5554243c0b3f",
    "match": "https://api-prod.gambitprofit.com/api/matches/c71c28f9-6a44-4bbb-acc8-a02a1e07e295/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-25T12:38:07.842366-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": 6010.0
            },
            {
                "team": "CHC",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "034ef95d-ec42-44f4-9ab7-d671461063f9",
            "gambit_id": "95dac125-e51f-49ab-87bb-2c943f78b99f",
            "last_updated": "2023-07-27T13:02:58.508253-04:00",
            "created_at": "2023-07-25T12:38:07.851346-04:00",
            "name": "CWS",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/390830bb-f45b-44fd-907d-5554243c0b3f/?format=api"
        },
        {
            "id": "dafeee0a-85ff-4c83-a350-946e5abee3a2",
            "gambit_id": "668b1dc0-9ee0-49e3-9269-5d2d3081eb2c",
            "last_updated": "2023-07-27T13:02:58.504763-04:00",
            "created_at": "2023-07-25T12:38:07.846464-04:00",
            "name": "CHC",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/390830bb-f45b-44fd-907d-5554243c0b3f/?format=api"
        }
    ]
}