GET /api/bet_types/27797b8c-ff20-41cb-b416-4798e0890a52/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "27797b8c-ff20-41cb-b416-4798e0890a52",
    "match": "https://api-prod.gambitprofit.com/api/matches/4292741b-97ee-4b1f-90b3-977e342cb30b/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-27T08:57:14.490436-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": "Memphis",
                "amount": 5000.0
            },
            {
                "team": "Utah State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "b22ba6a6-9d0a-4d92-9eb6-7c5c274b8ec9",
            "gambit_id": "78f653fe-acad-4491-b0d0-ac496ebfe078",
            "last_updated": "2022-12-28T21:57:16.845690-05:00",
            "created_at": "2022-12-27T08:57:14.491730-05:00",
            "name": "Memphis",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27797b8c-ff20-41cb-b416-4798e0890a52/?format=api"
        },
        {
            "id": "61fcb7b5-6665-47cb-8c4b-8ed17354a758",
            "gambit_id": "ab2d992f-bb14-41d2-9369-1d05879e9387",
            "last_updated": "2022-12-28T21:57:16.846769-05:00",
            "created_at": "2022-12-27T08:57:14.493018-05:00",
            "name": "Utah State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27797b8c-ff20-41cb-b416-4798e0890a52/?format=api"
        }
    ]
}