GET /api/bet_types/db83470a-b636-46e5-9a19-0e6a91aedfb5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "db83470a-b636-46e5-9a19-0e6a91aedfb5",
    "match": "https://api-prod.gambitprofit.com/api/matches/d3bab50e-a220-430d-a273-df8b9599b598/?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": "Vancouver Canucks",
                "amount": 6862.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 3138.0
            }
        ],
        "expected_reward_tokens": 9194.34,
        "profit_sb": 194.34,
        "profit_sb_percentage": 2.16,
        "recommended": true
    },
    "lines": [
        {
            "id": "5bdc49ac-64c0-4a77-8ea3-24f7dfb5bb6a",
            "gambit_id": "f1e8b0ab-e316-4fcd-9570-5a42c2880ced",
            "last_updated": "2022-11-19T10:48:39.948952-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.34000",
            "odds": "1.38460",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db83470a-b636-46e5-9a19-0e6a91aedfb5/?format=api"
        },
        {
            "id": "2fb97a38-e640-45c6-a07e-d3cb55799d10",
            "gambit_id": "97e97c44-8358-4953-abda-754ae351918a",
            "last_updated": "2022-11-19T10:48:39.950165-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Kings",
            "reward": "2.93000",
            "odds": "3.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db83470a-b636-46e5-9a19-0e6a91aedfb5/?format=api"
        }
    ]
}