GET /api/bet_types/6114d36a-971b-4ff1-ab22-6062a679ab79/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6114d36a-971b-4ff1-ab22-6062a679ab79",
    "match": "https://api-prod.gambitprofit.com/api/matches/75cac186-eb4b-435e-a0c2-0909a9ed353a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-24T13:27:13.952115-04: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": 5317.0
            },
            {
                "team": "CLE",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "809ed5ed-e4ab-4ab0-9e69-65f7eb138b7e",
            "gambit_id": "e5a81ecb-4a4c-4f7e-9dee-4288e725e0f8",
            "last_updated": "2023-04-25T11:42:23.631534-04:00",
            "created_at": "2023-04-24T13:27:13.956705-04:00",
            "name": "COL",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6114d36a-971b-4ff1-ab22-6062a679ab79/?format=api"
        },
        {
            "id": "cf5e82b7-5e29-4af0-992e-dac620444bdc",
            "gambit_id": "cc2772cd-f46d-4495-bd52-ba2238873ec2",
            "last_updated": "2023-04-25T11:42:23.629726-04:00",
            "created_at": "2023-04-24T13:27:13.954227-04:00",
            "name": "CLE",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6114d36a-971b-4ff1-ab22-6062a679ab79/?format=api"
        }
    ]
}