GET /api/bet_types/9d7460b1-0835-4e4a-887b-2c4a8acacf4a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9d7460b1-0835-4e4a-887b-2c4a8acacf4a",
    "match": "https://api-prod.gambitprofit.com/api/matches/ab75516a-6be3-44d5-8ea4-d7fd8d410109/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-29T08:41:54.976160-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": "Charlotte Hornets",
                "amount": 5000.0
            },
            {
                "team": "Miami Heat",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "d7ede2d2-068c-464a-a06e-fb668e8a1866",
            "gambit_id": "eebdbf93-046c-4f57-8ce8-bb2f0a40308b",
            "last_updated": "2023-01-30T17:46:59.435083-05:00",
            "created_at": "2023-01-29T08:41:54.977425-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d7460b1-0835-4e4a-887b-2c4a8acacf4a/?format=api"
        },
        {
            "id": "16ef8bfc-c567-4c15-9656-cfa426d92bef",
            "gambit_id": "453bace3-a9f1-4920-947f-ef4bc31e6f00",
            "last_updated": "2023-01-30T17:46:59.436319-05:00",
            "created_at": "2023-01-29T08:41:54.978767-05:00",
            "name": "Miami Heat",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d7460b1-0835-4e4a-887b-2c4a8acacf4a/?format=api"
        }
    ]
}