GET /api/bet_types/89b48121-c09a-4296-ac87-4a9c75714dae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "89b48121-c09a-4296-ac87-4a9c75714dae",
    "match": "https://api-prod.gambitprofit.com/api/matches/169dc32c-2279-4c10-8e47-c80b9387eaf3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-02T09:37:06.191088-05: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": "Memphis Grizzlies",
                "amount": 5000.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "336b4f25-9dbc-4572-baa7-b1ad75e9337d",
            "gambit_id": "f290e63a-ee1d-45f5-8fe4-9fb9e9990246",
            "last_updated": "2023-02-03T10:11:50.919452-05:00",
            "created_at": "2023-02-02T09:37:06.194706-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89b48121-c09a-4296-ac87-4a9c75714dae/?format=api"
        },
        {
            "id": "9dfa3e57-9995-4e64-af8a-a0069246f26a",
            "gambit_id": "8b38567a-d46a-49c5-adb6-9f03c7b83add",
            "last_updated": "2023-02-03T10:11:50.918171-05:00",
            "created_at": "2023-02-02T09:37:06.192794-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89b48121-c09a-4296-ac87-4a9c75714dae/?format=api"
        }
    ]
}