GET /api/bet_types/cc7b55b4-258e-4b44-8bdf-d5ae0517389c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cc7b55b4-258e-4b44-8bdf-d5ae0517389c",
    "match": "https://api-prod.gambitprofit.com/api/matches/0eac4c09-c8c2-4e9c-a416-26d2dd5ad5d1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-10T08:42:59.882465-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": "ATL",
                "amount": 5423.0
            },
            {
                "team": "PIT",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "133134f3-b76e-4935-a0a6-3384957acb03",
            "gambit_id": "476f57d2-a2e0-4075-b777-2c7e2779b6b4",
            "last_updated": "2023-08-11T11:08:14.992101-04:00",
            "created_at": "2023-08-10T08:42:59.886395-04:00",
            "name": "ATL",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc7b55b4-258e-4b44-8bdf-d5ae0517389c/?format=api"
        },
        {
            "id": "4e53f6a2-e394-4a17-b490-33256502a1d1",
            "gambit_id": "839237e2-f65d-436a-b5ff-3f5e8aded3cc",
            "last_updated": "2023-08-11T11:08:14.995540-04:00",
            "created_at": "2023-08-10T08:42:59.891495-04:00",
            "name": "PIT",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc7b55b4-258e-4b44-8bdf-d5ae0517389c/?format=api"
        }
    ]
}