GET /api/bet_types/a1bbd03d-0979-4291-ad7a-eedb7b68ba91/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a1bbd03d-0979-4291-ad7a-eedb7b68ba91",
    "match": "https://api-prod.gambitprofit.com/api/matches/739f2180-b606-436c-991b-934ab28673dd/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-26T09:43:13.200864-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": "Toronto Raptors",
                "amount": 5000.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f7b9ee21-341a-43ec-85c0-b244d67b621d",
            "gambit_id": "023e853a-c477-49f3-b2ad-75b6ac35da4b",
            "last_updated": "2023-11-27T21:32:57.512115-05:00",
            "created_at": "2023-11-26T09:43:13.205161-05:00",
            "name": "Toronto Raptors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1bbd03d-0979-4291-ad7a-eedb7b68ba91/?format=api"
        },
        {
            "id": "e10077f3-41a8-48cd-bd74-b2eaa2e5dab3",
            "gambit_id": "f84ee82a-43e8-4b1d-bbf2-843c3ce3599e",
            "last_updated": "2023-11-27T21:32:57.524352-05:00",
            "created_at": "2023-11-26T09:43:13.209496-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1bbd03d-0979-4291-ad7a-eedb7b68ba91/?format=api"
        }
    ]
}