GET /api/bet_types/ff34be65-c681-48f9-b2c6-8c8255511648/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ff34be65-c681-48f9-b2c6-8c8255511648",
    "match": "https://api-prod.gambitprofit.com/api/matches/2d462403-aacc-4e5c-9db8-d67478c8367e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-25T09:13:08.324271-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": "Detroit Pistons",
                "amount": 5000.0
            },
            {
                "team": "Miami Heat",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "13fab40c-7e58-46f0-acef-9bd6df52939b",
            "gambit_id": "547204e3-e2c0-4c3a-8acd-355bfcfcf499",
            "last_updated": "2023-10-26T10:48:10.236898-04:00",
            "created_at": "2023-10-25T09:13:08.328088-04:00",
            "name": "Detroit Pistons",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff34be65-c681-48f9-b2c6-8c8255511648/?format=api"
        },
        {
            "id": "76243da9-f8ba-4fce-b09b-6301dc8f2940",
            "gambit_id": "439cac10-a88f-46de-a80a-6fdf74eb9b4d",
            "last_updated": "2023-10-26T10:48:10.240953-04:00",
            "created_at": "2023-10-25T09:13:08.332944-04:00",
            "name": "Miami Heat",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff34be65-c681-48f9-b2c6-8c8255511648/?format=api"
        }
    ]
}