GET /api/bet_types/b5f0514e-82f3-4cf0-994b-d1d9a6344340/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b5f0514e-82f3-4cf0-994b-d1d9a6344340",
    "match": "https://api-prod.gambitprofit.com/api/matches/6bf261cd-3852-4c58-b108-30e559d82fe6/?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": "Washington Capitals",
                "amount": 5492.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 4508.0
            }
        ],
        "expected_reward_tokens": 9061.08,
        "profit_sb": 61.08,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "8e8c0beb-8c28-497d-a69c-efe505bf303e",
            "gambit_id": "43decdf0-5293-48ec-981a-931877443aa0",
            "last_updated": "2022-12-08T13:02:17.113244-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Capitals",
            "reward": "1.65000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5f0514e-82f3-4cf0-994b-d1d9a6344340/?format=api"
        },
        {
            "id": "a883c03b-33fa-49a5-b823-af81f5eb0af5",
            "gambit_id": "5c1951e1-7610-4435-9419-9b3ec027ea14",
            "last_updated": "2022-12-08T13:02:17.114205-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Flyers",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5f0514e-82f3-4cf0-994b-d1d9a6344340/?format=api"
        }
    ]
}