GET /api/bet_types/f2002077-ca46-44b9-a3cf-9d10d6832a4d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f2002077-ca46-44b9-a3cf-9d10d6832a4d",
    "match": "https://api-prod.gambitprofit.com/api/matches/5aab80f7-be96-4e59-ab25-64acd23922b7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-22T13:06:56.719163-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": "CHC",
                "amount": 5784.0
            },
            {
                "team": "LOS",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "b994ae7d-9374-44e2-882c-3f5568b30497",
            "gambit_id": "3875f40d-6f0e-41b3-bf39-44447cf29983",
            "last_updated": "2023-04-23T18:27:06.653453-04:00",
            "created_at": "2023-04-22T13:06:56.721947-04:00",
            "name": "CHC",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2002077-ca46-44b9-a3cf-9d10d6832a4d/?format=api"
        },
        {
            "id": "5331201c-da38-4748-8d21-5a57bc5bca7e",
            "gambit_id": "1b95d7b0-69b1-457f-8855-d351758d094f",
            "last_updated": "2023-04-23T18:27:06.655456-04:00",
            "created_at": "2023-04-22T13:06:56.723456-04:00",
            "name": "LOS",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2002077-ca46-44b9-a3cf-9d10d6832a4d/?format=api"
        }
    ]
}