GET /api/bet_types/f2fc8438-f5f2-43cb-9fae-a4386154bda7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f2fc8438-f5f2-43cb-9fae-a4386154bda7",
    "match": "https://api-prod.gambitprofit.com/api/matches/8e6bf186-5806-41af-bbf1-c0376c535914/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-13T08:17:03.851216-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": "Indiana Pacers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "71329ea6-e3c0-4727-9ddf-a123ecb58186",
            "gambit_id": "0399d6c8-47b3-4e67-a3fe-b58f380a35b6",
            "last_updated": "2023-02-14T09:46:57.674386-05:00",
            "created_at": "2023-02-13T08:17:03.853809-05:00",
            "name": "Utah Jazz",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2fc8438-f5f2-43cb-9fae-a4386154bda7/?format=api"
        },
        {
            "id": "690c8cd4-5452-4b46-9f85-5e754778763d",
            "gambit_id": "1c15e13c-7158-4be2-8b28-77c293e1bdf5",
            "last_updated": "2023-02-14T09:46:57.673184-05:00",
            "created_at": "2023-02-13T08:17:03.852496-05:00",
            "name": "Indiana Pacers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2fc8438-f5f2-43cb-9fae-a4386154bda7/?format=api"
        }
    ]
}