GET /api/bet_types/bd7af5b8-6140-4288-a19f-bc75b7a04f4d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bd7af5b8-6140-4288-a19f-bc75b7a04f4d",
    "match": "https://api-prod.gambitprofit.com/api/matches/24ce2fc4-1b5d-4072-a432-52878ea1b79f/?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": "LOS",
                "amount": 6025.0
            },
            {
                "team": "COL",
                "amount": 3975.0
            }
        ],
        "expected_reward_tokens": 9579.75,
        "profit_sb": 79.75,
        "profit_sb_percentage": 0.84,
        "recommended": true
    },
    "lines": [
        {
            "id": "506494a7-c76a-4fcc-b20e-7bcbb74b1baa",
            "gambit_id": "35aa5b43-e1d6-4947-bf2c-075465ed8ae1",
            "last_updated": "2022-10-04T13:12:03.900567-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS",
            "reward": "1.59000",
            "odds": "1.60610",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd7af5b8-6140-4288-a19f-bc75b7a04f4d/?format=api"
        },
        {
            "id": "0d5acd5d-8efc-4799-ae96-5deada809aec",
            "gambit_id": "25908589-5253-4bc2-b2e0-b034c6efd802",
            "last_updated": "2022-10-04T13:12:03.901712-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL",
            "reward": "2.41000",
            "odds": "2.45000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd7af5b8-6140-4288-a19f-bc75b7a04f4d/?format=api"
        }
    ]
}