GET /api/bet_types/c9825014-4323-4980-ba95-ae1c7b0f6978/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c9825014-4323-4980-ba95-ae1c7b0f6978",
    "match": "https://api-prod.gambitprofit.com/api/matches/13a24fb6-7f43-4068-be32-123f10d13758/?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": 5096.0
            },
            {
                "team": "ARI",
                "amount": 4904.0
            }
        ],
        "expected_reward_tokens": 9070.88,
        "profit_sb": 70.88,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "4b42ba1d-7a7a-40ca-a0aa-a4b2fa264b2d",
            "gambit_id": "6688e84d-3a85-4cd3-a736-53961cf9b31f",
            "last_updated": "2022-09-08T10:07:12.126412-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9825014-4323-4980-ba95-ae1c7b0f6978/?format=api"
        },
        {
            "id": "b673eff6-dc6e-4cc6-b29e-06e9f2acc8fe",
            "gambit_id": "db91cfa6-162d-4358-a339-5d49dab33e87",
            "last_updated": "2022-09-08T10:07:12.127554-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI",
            "reward": "1.85000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9825014-4323-4980-ba95-ae1c7b0f6978/?format=api"
        }
    ]
}