GET /api/bet_types/be7b9591-1f8e-48cc-8d3f-116beeefc31e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "be7b9591-1f8e-48cc-8d3f-116beeefc31e",
    "match": "https://api-prod.gambitprofit.com/api/matches/3c2af243-ecf2-4e9f-afd3-0cf2be1a3dca/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-02T10:32:05.201600-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": "MIL",
                "amount": 5000.0
            },
            {
                "team": "CIN",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "d5957c3a-48b0-4dba-af68-a6f52683acd7",
            "gambit_id": "8199e763-fb54-4933-91aa-5de55634b2f8",
            "last_updated": "2023-06-04T13:26:52.882349-04:00",
            "created_at": "2023-06-02T10:32:05.203787-04:00",
            "name": "MIL",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be7b9591-1f8e-48cc-8d3f-116beeefc31e/?format=api"
        },
        {
            "id": "d0473e10-ce7d-4caf-bfa5-badc59394427",
            "gambit_id": "ce28ad65-6900-4e2b-97af-c35f4abc2bfa",
            "last_updated": "2023-06-04T13:26:52.884482-04:00",
            "created_at": "2023-06-02T10:32:05.205689-04:00",
            "name": "CIN",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be7b9591-1f8e-48cc-8d3f-116beeefc31e/?format=api"
        }
    ]
}