GET /api/bet_types/4099732f-7ba2-4d2e-aafb-f7ca5251504d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4099732f-7ba2-4d2e-aafb-f7ca5251504d",
    "match": "https://api-prod.gambitprofit.com/api/matches/226ebc5b-7ad3-40a9-941c-531b73ad907f/?format=api",
    "name": "Play the Odds",
    "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": "Jacksonville Jaguars",
                "amount": 5212.0
            },
            {
                "team": "New York Giants",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "3a3bad36-65a8-478a-b4e2-fbdca45933a6",
            "gambit_id": "277f54e0-7073-478a-b243-400a15811511",
            "last_updated": "2022-10-24T10:57:24.067751-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Jacksonville Jaguars",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4099732f-7ba2-4d2e-aafb-f7ca5251504d/?format=api"
        },
        {
            "id": "3f3380c2-df08-4d2b-a687-b57c84b17aea",
            "gambit_id": "2d8bfc9a-b4e4-4489-b02c-facab2f069b7",
            "last_updated": "2022-10-24T10:57:24.068748-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Giants",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4099732f-7ba2-4d2e-aafb-f7ca5251504d/?format=api"
        }
    ]
}