GET /api/bet_types/73f20ea4-0297-4396-9ced-2ee9d1d1ad3b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "73f20ea4-0297-4396-9ced-2ee9d1d1ad3b",
    "match": "https://api-prod.gambitprofit.com/api/matches/e8a35b06-e1d8-46f7-b378-7274d8dcadd5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-29T10:07:03.553678-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": "Oklahoma City Thunder",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2a7e1b80-fc78-47e0-8a43-0034d2458107",
            "gambit_id": "702049c3-538d-4fc7-afa7-50bf36cd1b03",
            "last_updated": "2023-03-30T10:32:02.648011-04:00",
            "created_at": "2023-03-29T10:07:03.559318-04:00",
            "name": "Detroit Pistons",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73f20ea4-0297-4396-9ced-2ee9d1d1ad3b/?format=api"
        },
        {
            "id": "fb59bc32-d28d-40b0-b0e7-39b3c4413fd7",
            "gambit_id": "d2621edb-6d1a-4d77-b999-241a2b4aa0fd",
            "last_updated": "2023-03-30T10:32:02.646793-04:00",
            "created_at": "2023-03-29T10:07:03.556249-04:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73f20ea4-0297-4396-9ced-2ee9d1d1ad3b/?format=api"
        }
    ]
}