GET /api/bet_types/2860fc9a-befb-49f0-ad95-cbadd2b88282/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2860fc9a-befb-49f0-ad95-cbadd2b88282",
    "match": "https://api-prod.gambitprofit.com/api/matches/d8b7b9c5-62a2-492c-b6cb-0a44f6f802a4/?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": "COL",
                "amount": 6170.0
            },
            {
                "team": "CHC",
                "amount": 3830.0
            }
        ],
        "expected_reward_tokens": 9192.0,
        "profit_sb": 192.0,
        "profit_sb_percentage": 2.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "a0710f89-57ab-4643-b07f-82d08c5b2018",
            "gambit_id": "1c0447d2-700d-41a9-85d3-3e58bddd192e",
            "last_updated": "2022-09-17T17:22:26.620897-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL",
            "reward": "1.49000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2860fc9a-befb-49f0-ad95-cbadd2b88282/?format=api"
        },
        {
            "id": "8aeec23a-f648-459b-b67b-e1bdec8cecb4",
            "gambit_id": "6688eb9f-cf88-456f-897b-3e5b1fcfd4fa",
            "last_updated": "2022-09-17T17:22:26.621915-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC",
            "reward": "2.40000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2860fc9a-befb-49f0-ad95-cbadd2b88282/?format=api"
        }
    ]
}