GET /api/bet_types/1b2284ba-f573-4bde-a525-bdf538a8a4ab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1b2284ba-f573-4bde-a525-bdf538a8a4ab",
    "match": "https://api-prod.gambitprofit.com/api/matches/2a926415-c591-429f-85d7-564daa434610/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-09T13:23:19.530267-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": "Texas Rangers",
                "amount": 5107.0
            },
            {
                "team": "Oakland Athletics",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "c0755fdf-5e2e-4719-8511-897986414ada",
            "gambit_id": "f078b54c-1774-4e47-b5e8-3c2d7b1c9160",
            "last_updated": "2023-09-11T09:03:31.454022-04:00",
            "created_at": "2023-09-09T13:23:19.541071-04:00",
            "name": "Texas Rangers",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b2284ba-f573-4bde-a525-bdf538a8a4ab/?format=api"
        },
        {
            "id": "890cc4d6-b3b6-42f1-9bae-b7e067e25344",
            "gambit_id": "8663c9c4-83b4-442a-8bec-ec5a562d71c2",
            "last_updated": "2023-09-11T09:03:31.450786-04:00",
            "created_at": "2023-09-09T13:23:19.534670-04:00",
            "name": "Oakland Athletics",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b2284ba-f573-4bde-a525-bdf538a8a4ab/?format=api"
        }
    ]
}