GET /api/bet_types/4d2fd8f9-eb55-49fc-a9ba-da97690af223/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4d2fd8f9-eb55-49fc-a9ba-da97690af223",
    "match": "https://api-prod.gambitprofit.com/api/matches/b2e6ce7c-c9ec-460f-8273-0c3fff4497a1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-21T08:21:59.498006-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": "Colorado Avalanche",
                "amount": 6876.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 3124.0
            }
        ],
        "expected_reward_tokens": 9557.64,
        "profit_sb": 57.64,
        "profit_sb_percentage": 0.61,
        "recommended": true
    },
    "lines": [
        {
            "id": "a809ed45-97df-4616-ba09-8d0da157ba57",
            "gambit_id": "01f8a212-5778-4d36-9c8d-8f04e2ad394a",
            "last_updated": "2023-01-23T10:07:17.645074-05:00",
            "created_at": "2023-01-21T08:21:59.500579-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.39000",
            "odds": "1.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d2fd8f9-eb55-49fc-a9ba-da97690af223/?format=api"
        },
        {
            "id": "c92e0cb8-a359-43c8-91f4-a549552432c4",
            "gambit_id": "eef419fb-6b1f-486a-af7a-efd9d47147b8",
            "last_updated": "2023-01-23T10:07:17.643406-05:00",
            "created_at": "2023-01-21T08:21:59.499254-05:00",
            "name": "Seattle Kraken",
            "reward": "3.06000",
            "odds": "3.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d2fd8f9-eb55-49fc-a9ba-da97690af223/?format=api"
        }
    ]
}