GET /api/bet_types/9b81afe9-d4a9-4af7-8e6f-871701e77691/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9b81afe9-d4a9-4af7-8e6f-871701e77691",
    "match": "https://api-prod.gambitprofit.com/api/matches/ff2f4369-0b84-43b1-95f9-3f91d433120a/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Los Angeles Clippers",
                "amount": 6336.0
            },
            {
                "team": "Washington Wizards",
                "amount": 3664.0
            }
        ],
        "expected_reward_tokens": 9123.36,
        "profit_sb": 123.36,
        "profit_sb_percentage": 1.37,
        "recommended": true
    },
    "lines": [
        {
            "id": "e20dc70b-7d54-4289-ad05-d996af881066",
            "gambit_id": "0c6cde07-6ebd-4e76-9beb-d2a925fa4d90",
            "last_updated": "2022-12-18T09:52:27.958684-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b81afe9-d4a9-4af7-8e6f-871701e77691/?format=api"
        },
        {
            "id": "7df14457-fdd4-4913-a16e-3c6955cde4b4",
            "gambit_id": "1a13e919-f635-4eb2-97e5-30ca2fdb3a5a",
            "last_updated": "2022-12-18T09:52:27.960368-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Wizards",
            "reward": "2.49000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b81afe9-d4a9-4af7-8e6f-871701e77691/?format=api"
        }
    ]
}