GET /api/bet_types/404d1ba5-dde5-4573-8ddd-e1d653dcd340/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "404d1ba5-dde5-4573-8ddd-e1d653dcd340",
    "match": "https://api-prod.gambitprofit.com/api/matches/6930733d-4c64-4883-8290-a4bc70d78297/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-14T10:57:05.452933-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": 6390.0
            },
            {
                "team": "TOR",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "2e141237-03e1-40f9-bee2-eb49416a5f16",
            "gambit_id": "057f829b-c296-4c62-b9e2-c4ce03c01c76",
            "last_updated": "2023-05-15T11:37:02.540687-04:00",
            "created_at": "2023-05-14T10:57:05.456391-04:00",
            "name": "ATL",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/404d1ba5-dde5-4573-8ddd-e1d653dcd340/?format=api"
        },
        {
            "id": "24c1cfc5-948f-4e2b-9a22-d27b75298222",
            "gambit_id": "860d54a0-efd5-4e17-a5df-e0442698eb40",
            "last_updated": "2023-05-15T11:37:02.539462-04:00",
            "created_at": "2023-05-14T10:57:05.454598-04:00",
            "name": "TOR",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/404d1ba5-dde5-4573-8ddd-e1d653dcd340/?format=api"
        }
    ]
}