GET /api/bet_types/776b623f-3864-4146-a233-f113af877e7b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "776b623f-3864-4146-a233-f113af877e7b",
    "match": "https://api-prod.gambitprofit.com/api/matches/ba73585c-eb46-4bc7-8424-26751a1cf25d/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "CLE",
                "amount": 5672.0
            },
            {
                "team": "CWS",
                "amount": 4328.0
            }
        ],
        "expected_reward_tokens": 9131.92,
        "profit_sb": 131.92,
        "profit_sb_percentage": 1.47,
        "recommended": true
    },
    "lines": [
        {
            "id": "99be6131-1125-45ce-8e66-3846c7004d66",
            "gambit_id": "ec46eca3-2218-465b-8d7e-18567a40d172",
            "last_updated": "2022-09-21T16:07:28.362433-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE",
            "reward": "1.61000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/776b623f-3864-4146-a233-f113af877e7b/?format=api"
        },
        {
            "id": "a0509e73-4f5e-4991-9af8-74c644fe4cbe",
            "gambit_id": "e8c46667-a7a4-43c1-81ea-47cc2725ac4e",
            "last_updated": "2022-09-21T16:07:28.361439-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS",
            "reward": "2.11000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/776b623f-3864-4146-a233-f113af877e7b/?format=api"
        }
    ]
}