GET /api/bet_types/ece15ee4-c3cb-420b-9b3c-fe8a374bcc49/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ece15ee4-c3cb-420b-9b3c-fe8a374bcc49",
    "match": "https://api-prod.gambitprofit.com/api/matches/0a03f3f0-58b9-4d2c-b03c-1bf4c0920372/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-16T09:23:12.902968-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": "Dallas Mavericks",
                "amount": 5000.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "9e2dc613-e344-46e3-9fcb-41d91dd1ec6e",
            "gambit_id": "fcb162e5-3bb2-4fbc-bdee-76538e0e7608",
            "last_updated": "2023-12-18T10:33:33.904281-05:00",
            "created_at": "2023-12-16T09:23:12.906470-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ece15ee4-c3cb-420b-9b3c-fe8a374bcc49/?format=api"
        },
        {
            "id": "c7408891-3533-45e2-b58a-9b0c9a5d15a5",
            "gambit_id": "e59c47c7-e3ed-4e62-91e7-baecf8f1f94f",
            "last_updated": "2023-12-18T10:33:33.907473-05:00",
            "created_at": "2023-12-16T09:23:12.912186-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ece15ee4-c3cb-420b-9b3c-fe8a374bcc49/?format=api"
        }
    ]
}