GET /api/bet_types/38c265f5-ee35-4187-862e-12e78b9d17d5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "38c265f5-ee35-4187-862e-12e78b9d17d5",
    "match": "https://api-prod.gambitprofit.com/api/matches/34c52f3c-1066-41fe-86d3-a9de4b54ba3e/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-09T09:18:03.011430-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": "Los Angeles Lakers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a27c8205-9d86-406a-a719-6ee56edc00ff",
            "gambit_id": "2c4bc81b-6fb1-49b3-b665-398bcba58369",
            "last_updated": "2024-01-10T11:02:58.135936-05:00",
            "created_at": "2024-01-09T09:18:03.016012-05:00",
            "name": "Toronto Raptors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38c265f5-ee35-4187-862e-12e78b9d17d5/?format=api"
        },
        {
            "id": "aaa59a2e-90db-4ae4-8a26-54a4159fecc1",
            "gambit_id": "e828342e-6b14-4c78-bc85-79eb9081bca7",
            "last_updated": "2024-01-10T11:02:58.139827-05:00",
            "created_at": "2024-01-09T09:18:03.020561-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38c265f5-ee35-4187-862e-12e78b9d17d5/?format=api"
        }
    ]
}