GET /api/bet_types/c7c7dbdb-d2c8-430b-87fb-7aad4f3cd6b3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c7c7dbdb-d2c8-430b-87fb-7aad4f3cd6b3",
    "match": "https://api-prod.gambitprofit.com/api/matches/34077d47-e8fc-4a59-acde-00bf606a6305/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-28T11:43:19.782881-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": "Oakland Athletics",
                "amount": 6232.0
            },
            {
                "team": "Colorado Rockies",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "ff0d5b2d-94bb-40fc-b1ef-979797f62670",
            "gambit_id": "b224fe24-070f-4dcc-ae7a-d6f19055fe09",
            "last_updated": "2023-07-29T19:38:37.972345-04:00",
            "created_at": "2023-07-28T11:43:19.786766-04:00",
            "name": "Oakland Athletics",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c7c7dbdb-d2c8-430b-87fb-7aad4f3cd6b3/?format=api"
        },
        {
            "id": "1f6d307a-5496-47c6-83fa-5494edcbc919",
            "gambit_id": "7372430e-cacf-485b-95ce-7f7c55818117",
            "last_updated": "2023-07-29T19:38:37.977481-04:00",
            "created_at": "2023-07-28T11:43:19.799327-04:00",
            "name": "Colorado Rockies",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c7c7dbdb-d2c8-430b-87fb-7aad4f3cd6b3/?format=api"
        }
    ]
}