GET /api/bet_types/bb1cf858-910e-4f87-8874-0543ba518889/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bb1cf858-910e-4f87-8874-0543ba518889",
    "match": "https://api-prod.gambitprofit.com/api/matches/bce49b73-8124-4a8b-8710-b84f238bb159/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-02-04T10:42:59.762731-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": "Portland Trail Blazers",
                "amount": 5000.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "aa917fff-c66d-4f28-b68d-d47357b4a66a",
            "gambit_id": "f5aabcac-7234-4df4-9303-1134bcd92dad",
            "last_updated": "2024-02-06T09:18:12.197707-05:00",
            "created_at": "2024-02-04T10:42:59.772101-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb1cf858-910e-4f87-8874-0543ba518889/?format=api"
        },
        {
            "id": "f47129f1-e69d-4aa4-9201-11fd4c1f954d",
            "gambit_id": "e1e2322b-3460-4011-82aa-b04b7c4ef57a",
            "last_updated": "2024-02-06T09:18:12.201727-05:00",
            "created_at": "2024-02-04T10:42:59.781599-05:00",
            "name": "Denver Nuggets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb1cf858-910e-4f87-8874-0543ba518889/?format=api"
        }
    ]
}