GET /api/bet_types/314ec437-4eef-4dde-8d78-bdb3abcb682e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "314ec437-4eef-4dde-8d78-bdb3abcb682e",
    "match": "https://api-prod.gambitprofit.com/api/matches/e9d21aeb-a608-4fd6-8db8-6e6fb220d5cb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-16T17:37:17.633381-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": "Dallas Stars",
                "amount": 6241.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "618f1483-84b4-4ef2-91e7-cccc2f780d8e",
            "gambit_id": "c99f830e-d54c-4ea9-8e75-8754c430af3f",
            "last_updated": "2023-03-17T13:52:05.941574-04:00",
            "created_at": "2023-03-16T17:37:17.636962-04:00",
            "name": "Dallas Stars",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/314ec437-4eef-4dde-8d78-bdb3abcb682e/?format=api"
        },
        {
            "id": "adad3108-09e5-4d86-a58e-90d5c8ef7e45",
            "gambit_id": "23f6ba83-e631-4110-80d8-05bc4c373b07",
            "last_updated": "2023-03-17T13:52:05.940533-04:00",
            "created_at": "2023-03-16T17:37:17.635085-04:00",
            "name": "Edmonton Oilers",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/314ec437-4eef-4dde-8d78-bdb3abcb682e/?format=api"
        }
    ]
}