GET /api/bet_types/dd8860de-bfc4-4ebc-ad66-1643d7e3b26d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dd8860de-bfc4-4ebc-ad66-1643d7e3b26d",
    "match": "https://api-prod.gambitprofit.com/api/matches/aece3fe0-d6bd-4366-8c8b-ff3307c5f988/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-10T08:23:21.353183-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": "New Orleans Pelicans",
                "amount": 5000.0
            },
            {
                "team": "Houston Rockets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "a6b50fa1-7806-49b1-b62a-41f2ea541b04",
            "gambit_id": "0d81f8cb-19ab-46fd-a18d-478c12f802ba",
            "last_updated": "2023-11-12T11:23:21.254081-05:00",
            "created_at": "2023-11-10T08:23:21.356742-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd8860de-bfc4-4ebc-ad66-1643d7e3b26d/?format=api"
        },
        {
            "id": "f6df6436-48ff-4b2b-a7da-31dd68a5d213",
            "gambit_id": "9eadb430-e093-47f6-bb35-31eb7c11c0fc",
            "last_updated": "2023-11-12T11:23:21.257620-05:00",
            "created_at": "2023-11-10T08:23:21.361036-05:00",
            "name": "Houston Rockets",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd8860de-bfc4-4ebc-ad66-1643d7e3b26d/?format=api"
        }
    ]
}