GET /api/bet_types/bbc2a655-d88e-42d0-9d25-148477a5398c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bbc2a655-d88e-42d0-9d25-148477a5398c",
    "match": "https://api-prod.gambitprofit.com/api/matches/9335e35e-850c-4888-aeaf-17cb7032794c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-15T09:18:13.044150-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": "Milwaukee Bucks",
                "amount": 5107.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "79e5b548-1fe4-4599-b547-8652addb03b3",
            "gambit_id": "a6bb14a5-470d-437b-a3be-7e3c8f3de6f7",
            "last_updated": "2023-11-16T14:33:15.399847-05:00",
            "created_at": "2023-11-15T09:18:13.047906-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbc2a655-d88e-42d0-9d25-148477a5398c/?format=api"
        },
        {
            "id": "811adced-b12d-42e4-bcdb-80a457f04ba8",
            "gambit_id": "a5cc015d-2eb8-49d9-91a6-d003bf9b317c",
            "last_updated": "2023-11-16T14:33:15.408205-05:00",
            "created_at": "2023-11-15T09:18:13.055156-05:00",
            "name": "Toronto Raptors",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbc2a655-d88e-42d0-9d25-148477a5398c/?format=api"
        }
    ]
}