GET /api/bet_types/0aa4c62f-f924-400a-834a-9d9236a3cff0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0aa4c62f-f924-400a-834a-9d9236a3cff0",
    "match": "https://api-prod.gambitprofit.com/api/matches/62d728e6-fb76-46cb-811b-0bc97b4549e1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-11T09:01:55.125901-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": "New York Knicks",
                "amount": 5000.0
            },
            {
                "team": "Utah Jazz",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "94fbb5b5-c83f-4e9a-a678-8dc4d9016228",
            "gambit_id": "2bbf2695-67f6-4564-910d-2b680c18c17d",
            "last_updated": "2023-02-12T09:42:13.965492-05:00",
            "created_at": "2023-02-11T09:01:55.127141-05:00",
            "name": "New York Knicks",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0aa4c62f-f924-400a-834a-9d9236a3cff0/?format=api"
        },
        {
            "id": "c61f899f-c365-4633-8216-f1a0f56ccb70",
            "gambit_id": "997b4b1f-34c4-49f2-8dff-9fe2279e36b5",
            "last_updated": "2023-02-12T09:42:13.966647-05:00",
            "created_at": "2023-02-11T09:01:55.128625-05:00",
            "name": "Utah Jazz",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0aa4c62f-f924-400a-834a-9d9236a3cff0/?format=api"
        }
    ]
}