GET /api/bet_types/1a52d30b-c043-447a-bf52-b2f4067a761d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1a52d30b-c043-447a-bf52-b2f4067a761d",
    "match": "https://api-prod.gambitprofit.com/api/matches/8cbb6dd0-ea5f-40ad-8728-84a5d6ac40a3/?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": "Toronto Maple Leafs",
                "amount": 5304.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "e126e57f-fdce-489a-a770-64a510f38448",
            "gambit_id": "c9721fdf-7c27-4ac2-adb1-a3f9dbed312e",
            "last_updated": "2022-12-01T16:22:24.253609-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a52d30b-c043-447a-bf52-b2f4067a761d/?format=api"
        },
        {
            "id": "f1fe523b-85a3-47ce-b66e-56376baafe61",
            "gambit_id": "e8e6b4a4-5bef-4391-aa76-04c2897dbfa1",
            "last_updated": "2022-12-01T16:22:24.254573-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose Sharks",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a52d30b-c043-447a-bf52-b2f4067a761d/?format=api"
        }
    ]
}