GET /api/bet_types/6114123e-7e45-4f1c-a6a4-fdb8bc396280/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6114123e-7e45-4f1c-a6a4-fdb8bc396280",
    "match": "https://api-prod.gambitprofit.com/api/matches/1c761cbc-4b7b-4c15-9a1f-ba33a5e87a1f/?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": "NYY",
                "amount": 6482.0
            },
            {
                "team": "TOR",
                "amount": 3518.0
            }
        ],
        "expected_reward_tokens": 9074.8,
        "profit_sb": 74.8,
        "profit_sb_percentage": 0.83,
        "recommended": true
    },
    "lines": [
        {
            "id": "9d19addc-7c72-407b-a8d0-0beba8703f15",
            "gambit_id": "0e420171-2be7-4b64-94c6-2d1b1c595bcb",
            "last_updated": "2022-09-28T09:12:15.407989-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY",
            "reward": "1.40000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6114123e-7e45-4f1c-a6a4-fdb8bc396280/?format=api"
        },
        {
            "id": "bf1ef173-bfa2-48e6-8b45-1b4ddca9765d",
            "gambit_id": "3a05dd27-3833-4091-a5cc-ab5aada8bd08",
            "last_updated": "2022-09-28T09:12:15.406812-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR",
            "reward": "2.58000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6114123e-7e45-4f1c-a6a4-fdb8bc396280/?format=api"
        }
    ]
}