GET /api/bet_types/c8c59806-aaeb-4ef8-bc85-8677b5aff99b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c8c59806-aaeb-4ef8-bc85-8677b5aff99b",
    "match": "https://api-prod.gambitprofit.com/api/matches/e5c38edf-a903-4ed8-be7f-381548746aae/?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": "Toronto Maple Leafs",
                "amount": 6869.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 3131.0
            }
        ],
        "expected_reward_tokens": 9547.91,
        "profit_sb": 47.91,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "750fc912-cda8-44f4-94a8-e6164bf667d5",
            "gambit_id": "64955511-c412-40a8-a501-be1702ad0c86",
            "last_updated": "2022-10-13T09:52:27.067421-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.39000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8c59806-aaeb-4ef8-bc85-8677b5aff99b/?format=api"
        },
        {
            "id": "36d56784-c766-4c9e-b31d-e6204eccba28",
            "gambit_id": "ac504258-3e61-49fe-8de0-c6becf1b5f1b",
            "last_updated": "2022-10-13T09:52:27.066447-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Montreal Canadiens",
            "reward": "3.05000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8c59806-aaeb-4ef8-bc85-8677b5aff99b/?format=api"
        }
    ]
}