GET /api/bet_types/1bf5f661-ee0a-4d16-9052-ee69577880b7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1bf5f661-ee0a-4d16-9052-ee69577880b7",
    "match": "https://api-prod.gambitprofit.com/api/matches/caba56ba-4ae9-4f6f-ba40-edd240b16f19/?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": "SDG",
                "amount": 6047.0
            },
            {
                "team": "LOS",
                "amount": 3953.0
            }
        ],
        "expected_reward_tokens": 9130.97,
        "profit_sb": 130.97,
        "profit_sb_percentage": 1.46,
        "recommended": true
    },
    "lines": [
        {
            "id": "4dfb5373-09ee-4784-94be-3553893f4ca7",
            "gambit_id": "68fdf112-73ef-43c2-84ad-9435d12792f3",
            "last_updated": "2022-09-28T08:56:57.118717-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG",
            "reward": "1.51000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1bf5f661-ee0a-4d16-9052-ee69577880b7/?format=api"
        },
        {
            "id": "b3b7f5aa-6e80-4467-9131-f810093f106e",
            "gambit_id": "f24d4e26-7728-4926-9c24-b4f5c93d1b75",
            "last_updated": "2022-09-28T08:56:57.119799-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS",
            "reward": "2.31000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1bf5f661-ee0a-4d16-9052-ee69577880b7/?format=api"
        }
    ]
}