GET /api/bet_types/389c5bcc-54c7-4003-9dde-a76158b0e886/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "389c5bcc-54c7-4003-9dde-a76158b0e886",
    "match": "https://api-prod.gambitprofit.com/api/matches/791110bb-d96a-48bd-8ee5-7f83f10dc06c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-16T09:08:25.980839-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": "MIL",
                "amount": 5688.0
            },
            {
                "team": "CIN",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "b8530634-e0a5-4a33-b4d3-53854a0acdf7",
            "gambit_id": "622febeb-69a0-4644-a9c5-3c98670a39bf",
            "last_updated": "2023-07-17T12:43:27.374483-04:00",
            "created_at": "2023-07-16T09:08:25.982417-04:00",
            "name": "MIL",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/389c5bcc-54c7-4003-9dde-a76158b0e886/?format=api"
        },
        {
            "id": "4fe3800d-7413-41c0-83a0-2f38dee09141",
            "gambit_id": "3c6a9a2e-8cda-44c1-9bbe-abf351ddb8b3",
            "last_updated": "2023-07-17T12:43:27.375911-04:00",
            "created_at": "2023-07-16T09:08:25.984029-04:00",
            "name": "CIN",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/389c5bcc-54c7-4003-9dde-a76158b0e886/?format=api"
        }
    ]
}