GET /api/bet_types/06dc2ab2-d34b-4337-a247-e2bba1e07b14/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "06dc2ab2-d34b-4337-a247-e2bba1e07b14",
    "match": "https://api-prod.gambitprofit.com/api/matches/69181129-2120-4fc3-b914-d8f80522016b/?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": "Dallas Stars",
                "amount": 5791.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 4209.0
            }
        ],
        "expected_reward_tokens": 9554.43,
        "profit_sb": 54.43,
        "profit_sb_percentage": 0.57,
        "recommended": true
    },
    "lines": [
        {
            "id": "bcba5f66-7aec-409b-aad4-845a6ed04846",
            "gambit_id": "02bad6c4-87f7-46f3-8b2b-5d8b5adee99e",
            "last_updated": "2022-10-18T09:12:07.783242-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Stars",
            "reward": "1.65000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06dc2ab2-d34b-4337-a247-e2bba1e07b14/?format=api"
        },
        {
            "id": "649008a7-102a-4540-bded-100a8ce2936c",
            "gambit_id": "7a4eecd2-1a96-42ca-94d2-30657e373a34",
            "last_updated": "2022-10-18T09:12:07.784272-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Winnipeg Jets",
            "reward": "2.27000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06dc2ab2-d34b-4337-a247-e2bba1e07b14/?format=api"
        }
    ]
}