GET /api/bet_types/4df58a93-77eb-4688-8a57-55d35cb4bd20/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4df58a93-77eb-4688-8a57-55d35cb4bd20",
    "match": "https://api-prod.gambitprofit.com/api/matches/80ef87b8-f6cc-468f-b6e4-d158ec19b99a/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-10T09:38:09.403738-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": "Washington Wizards",
                "amount": 5000.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2989f78d-3784-498f-b865-6afe09601799",
            "gambit_id": "7f193fe6-eaa8-4af9-9e47-d2461824122b",
            "last_updated": "2024-01-11T11:28:06.974222-05:00",
            "created_at": "2024-01-10T09:38:09.409322-05:00",
            "name": "Washington Wizards",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4df58a93-77eb-4688-8a57-55d35cb4bd20/?format=api"
        },
        {
            "id": "3d4dcd77-423c-493f-ab63-e09994db6309",
            "gambit_id": "816138a5-e4cb-47bd-8c5a-b151bb870428",
            "last_updated": "2024-01-11T11:28:06.978716-05:00",
            "created_at": "2024-01-10T09:38:09.423554-05:00",
            "name": "Indiana Pacers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4df58a93-77eb-4688-8a57-55d35cb4bd20/?format=api"
        }
    ]
}