GET /api/bet_types/4d3f857c-ffad-4275-92aa-e430c761a12e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4d3f857c-ffad-4275-92aa-e430c761a12e",
    "match": "https://api-prod.gambitprofit.com/api/matches/42e6466f-390a-465c-9881-6848c30ffb6d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-08T09:23:23.160890-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": "CHC",
                "amount": 6010.0
            },
            {
                "team": "ARI",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "93349fd6-3e43-469a-bb87-e2ec8425099b",
            "gambit_id": "ce33131e-832b-4622-9408-2c3547b449ee",
            "last_updated": "2023-09-09T11:37:58.847960-04:00",
            "created_at": "2023-09-08T09:23:23.168799-04:00",
            "name": "CHC",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d3f857c-ffad-4275-92aa-e430c761a12e/?format=api"
        },
        {
            "id": "49a7514d-7e6d-4f28-87fc-d153210ef875",
            "gambit_id": "ae752fee-45f2-4c73-b91a-e87a051d332a",
            "last_updated": "2023-09-09T11:37:58.844605-04:00",
            "created_at": "2023-09-08T09:23:23.164494-04:00",
            "name": "ARI",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d3f857c-ffad-4275-92aa-e430c761a12e/?format=api"
        }
    ]
}