GET /api/bet_types/f71ca45a-6d37-4f8c-ab37-ee0ded960675/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f71ca45a-6d37-4f8c-ab37-ee0ded960675",
    "match": "https://api-prod.gambitprofit.com/api/matches/2116a238-2193-40a0-bb6f-b9ae80b6fd3b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-28T09:08:09.519310-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": "Miami Heat",
                "amount": 5000.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "bbf2eab4-3608-47a7-885b-7dd810f18a97",
            "gambit_id": "cd4081e2-c50f-49fc-afb3-74e21a20b995",
            "last_updated": "2023-10-30T14:38:07.801148-04:00",
            "created_at": "2023-10-28T09:08:09.523320-04:00",
            "name": "Miami Heat",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f71ca45a-6d37-4f8c-ab37-ee0ded960675/?format=api"
        },
        {
            "id": "cddceeea-edff-4c48-b4a6-10a78e3738dd",
            "gambit_id": "65a5a2f6-5529-48b6-bd75-c6f1220c2f7e",
            "last_updated": "2023-10-30T14:38:07.804411-04:00",
            "created_at": "2023-10-28T09:08:09.527719-04:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f71ca45a-6d37-4f8c-ab37-ee0ded960675/?format=api"
        }
    ]
}