GET /api/bet_types/40db7a3d-a9cc-4689-a135-e247f1525a26/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "40db7a3d-a9cc-4689-a135-e247f1525a26",
    "match": "https://api-prod.gambitprofit.com/api/matches/3bdfe897-1bbf-43a9-bc72-d574d316a1a6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-25T09:13:07.256401-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": "Charlotte Hornets",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "31d46607-cc1c-4369-9e69-e89eb49a8a7e",
            "gambit_id": "4595c660-2773-43fe-a412-e9f80d9854ed",
            "last_updated": "2023-10-26T10:48:12.921818-04:00",
            "created_at": "2023-10-25T09:13:07.264001-04:00",
            "name": "Charlotte Hornets",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40db7a3d-a9cc-4689-a135-e247f1525a26/?format=api"
        },
        {
            "id": "f8f46131-293b-402a-ae4d-77da83b66fda",
            "gambit_id": "cd55ebc8-c811-48fe-933e-64b06bb6dca5",
            "last_updated": "2023-10-26T10:48:12.917398-04:00",
            "created_at": "2023-10-25T09:13:07.259796-04:00",
            "name": "Atlanta Hawks",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40db7a3d-a9cc-4689-a135-e247f1525a26/?format=api"
        }
    ]
}