GET /api/bet_types/fec0cac6-3143-4023-966b-6411e9828c2f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fec0cac6-3143-4023-966b-6411e9828c2f",
    "match": "https://api-prod.gambitprofit.com/api/matches/4c7819f3-759d-4a2b-a263-ef97121c5493/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-06T07:58:06.182889-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": "Utah Jazz",
                "amount": 5000.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "e8695c8c-c798-4db8-ba3a-e984bc49abe7",
            "gambit_id": "ec69b294-6c6b-45e0-8c8d-4d935f89651e",
            "last_updated": "2023-11-07T20:58:21.128295-05:00",
            "created_at": "2023-11-06T07:58:06.188167-05:00",
            "name": "Utah Jazz",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fec0cac6-3143-4023-966b-6411e9828c2f/?format=api"
        },
        {
            "id": "bcfc00ed-d572-4624-b703-e8804694fd3f",
            "gambit_id": "33189490-8393-4afb-86d2-bff0afca3542",
            "last_updated": "2023-11-07T20:58:21.131537-05:00",
            "created_at": "2023-11-06T07:58:06.193159-05:00",
            "name": "Chicago Bulls",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fec0cac6-3143-4023-966b-6411e9828c2f/?format=api"
        }
    ]
}