GET /api/bet_types/e5f8ec80-499d-4113-815d-3971a251b84d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e5f8ec80-499d-4113-815d-3971a251b84d",
    "match": "https://api-prod.gambitprofit.com/api/matches/f7662847-395b-48a8-8124-0672de10930e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-13T12:58:22.430102-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": "KAN",
                "amount": 5857.0
            },
            {
                "team": "CWS",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "824eeebc-e8a8-4838-a758-7c20a40ebd98",
            "gambit_id": "73c185aa-ddf9-4ebc-88ae-9e4fa79782f8",
            "last_updated": "2023-09-15T10:18:24.286494-04:00",
            "created_at": "2023-09-13T12:58:22.433679-04:00",
            "name": "KAN",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5f8ec80-499d-4113-815d-3971a251b84d/?format=api"
        },
        {
            "id": "fff8f595-14e0-4aa1-abe2-6eacf4130a29",
            "gambit_id": "4dc4c0ae-d772-4cb9-bbb3-7ea37a4239e1",
            "last_updated": "2023-09-15T10:18:24.289814-04:00",
            "created_at": "2023-09-13T12:58:22.437397-04:00",
            "name": "CWS",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5f8ec80-499d-4113-815d-3971a251b84d/?format=api"
        }
    ]
}