GET /api/bet_types/ffd6ff00-c5d2-49df-8ff3-fc9650a80c7a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ffd6ff00-c5d2-49df-8ff3-fc9650a80c7a",
    "match": "https://api-prod.gambitprofit.com/api/matches/1bd62714-bddb-4759-89cf-a33edabb1b89/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-12T10:03:10.716053-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": "Phoenix Suns",
                "amount": 5000.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "857fd883-3221-437d-bd4b-1f09813b7715",
            "gambit_id": "af36a233-27e4-41d5-bc3e-232b08e74565",
            "last_updated": "2023-12-13T09:33:09.381072-05:00",
            "created_at": "2023-12-12T10:03:10.731291-05:00",
            "name": "Phoenix Suns",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ffd6ff00-c5d2-49df-8ff3-fc9650a80c7a/?format=api"
        },
        {
            "id": "ce551caf-eb67-41a8-acdc-a066576cb72b",
            "gambit_id": "c747be1f-a487-4a7f-8712-1560117e97cb",
            "last_updated": "2023-12-13T09:33:09.377869-05:00",
            "created_at": "2023-12-12T10:03:10.720500-05:00",
            "name": "Golden State Warriors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ffd6ff00-c5d2-49df-8ff3-fc9650a80c7a/?format=api"
        }
    ]
}