GET /api/bet_types/761e7d6f-1bb2-4654-873e-f40e20ccc0dc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "761e7d6f-1bb2-4654-873e-f40e20ccc0dc",
    "match": "https://api-prod.gambitprofit.com/api/matches/9f4510e1-3c40-4215-a3d8-cd9369268ae4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-30T10:27:09.675976-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": "Nashville Predators",
                "amount": 5968.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 4032.0
            }
        ],
        "expected_reward_tokens": 9071.36,
        "profit_sb": 71.36,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "160c7e92-bbf1-424d-8dc8-553712f5ec2d",
            "gambit_id": "0bc24268-5ba3-4879-9c19-4485d1378733",
            "last_updated": "2022-12-31T16:56:57.234596-05:00",
            "created_at": "2022-12-30T10:27:09.678350-05:00",
            "name": "Nashville Predators",
            "reward": "1.52000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/761e7d6f-1bb2-4654-873e-f40e20ccc0dc/?format=api"
        },
        {
            "id": "8b0ecf1b-0f89-49f1-8d51-87b33e91047b",
            "gambit_id": "b9e1d457-6029-427c-bf3f-288fcc07ea1c",
            "last_updated": "2022-12-31T16:56:57.233498-05:00",
            "created_at": "2022-12-30T10:27:09.677153-05:00",
            "name": "Anaheim Ducks",
            "reward": "2.25000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/761e7d6f-1bb2-4654-873e-f40e20ccc0dc/?format=api"
        }
    ]
}