GET /api/bet_types/e9c6b655-c7a6-4afb-aa52-2cc7b42bba9a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e9c6b655-c7a6-4afb-aa52-2cc7b42bba9a",
    "match": "https://api-prod.gambitprofit.com/api/matches/6074b6ab-7800-4030-bbbd-2d353782e661/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-25T17:22:12.353292-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": "WAS",
                "amount": 5213.0
            },
            {
                "team": "NYM",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "d77c770c-1da1-486f-8963-94bfee34b837",
            "gambit_id": "038af1a7-2b7c-4edd-abaa-d3e911227396",
            "last_updated": "2023-04-26T20:32:15.938874-04:00",
            "created_at": "2023-04-25T17:22:12.357655-04:00",
            "name": "WAS",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9c6b655-c7a6-4afb-aa52-2cc7b42bba9a/?format=api"
        },
        {
            "id": "1f41c076-30c4-4861-b895-a3e5dde70907",
            "gambit_id": "2773a221-bb91-42ec-b0e6-14c90939b94b",
            "last_updated": "2023-04-26T20:32:15.936858-04:00",
            "created_at": "2023-04-25T17:22:12.355484-04:00",
            "name": "NYM",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9c6b655-c7a6-4afb-aa52-2cc7b42bba9a/?format=api"
        }
    ]
}