GET /api/bet_types/4a84a15f-f271-45a2-8e88-add8e9e53bb9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4a84a15f-f271-45a2-8e88-add8e9e53bb9",
    "match": "https://api-prod.gambitprofit.com/api/matches/c181ca05-f708-408f-b489-5b255ee2185c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-31T09:56:47.175412-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": "Washington Wizards",
                "amount": 5000.0
            },
            {
                "team": "Orlando Magic",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "bb5f503a-18fa-4650-95d7-efaea5206273",
            "gambit_id": "2d2d54a5-e581-4602-89bc-016a476e99a9",
            "last_updated": "2023-04-01T10:27:25.676111-04:00",
            "created_at": "2023-03-31T09:56:47.178364-04:00",
            "name": "Washington Wizards",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a84a15f-f271-45a2-8e88-add8e9e53bb9/?format=api"
        },
        {
            "id": "44d4d75e-2d8c-4208-a946-3caae94f4799",
            "gambit_id": "5f46ceff-1faa-4fb4-90b5-3c1ee88827ec",
            "last_updated": "2023-04-01T10:27:25.677891-04:00",
            "created_at": "2023-03-31T09:56:47.181575-04:00",
            "name": "Orlando Magic",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a84a15f-f271-45a2-8e88-add8e9e53bb9/?format=api"
        }
    ]
}