GET /api/bet_types/a9c1025c-79a3-46d0-88fc-7fb5ff85e3d2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a9c1025c-79a3-46d0-88fc-7fb5ff85e3d2",
    "match": "https://api-prod.gambitprofit.com/api/matches/089b2682-ff09-4846-aa3a-5209e8a199a3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-07T11:33:30.138075-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": "LAA",
                "amount": 5423.0
            },
            {
                "team": "LOS",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "dc1f5b41-da47-4ddd-ab57-e7473fe0a190",
            "gambit_id": "35433a7d-845f-4dc4-95c7-95bbb1f15dfb",
            "last_updated": "2023-07-09T09:58:33.376183-04:00",
            "created_at": "2023-07-07T11:33:30.140770-04:00",
            "name": "LAA",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9c1025c-79a3-46d0-88fc-7fb5ff85e3d2/?format=api"
        },
        {
            "id": "4025506f-74c9-4117-b5f3-0383f2bc0e18",
            "gambit_id": "84bf72b7-71de-42cf-9168-106bc8f5b180",
            "last_updated": "2023-07-09T09:58:33.378426-04:00",
            "created_at": "2023-07-07T11:33:30.143505-04:00",
            "name": "LOS",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9c1025c-79a3-46d0-88fc-7fb5ff85e3d2/?format=api"
        }
    ]
}