GET /api/bet_types/05aec544-911b-47b4-be49-6532a7f4b887/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "05aec544-911b-47b4-be49-6532a7f4b887",
    "match": "https://api-prod.gambitprofit.com/api/matches/9991152e-397c-4ede-a8c5-254fe1709279/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-06T09:13:05.960749-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": "Memphis Grizzlies",
                "amount": 5000.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b2a504e0-6ef4-4a27-8170-7363138b1a41",
            "gambit_id": "cc43b67f-454e-44dc-9bed-4f76cd965c55",
            "last_updated": "2023-12-07T21:48:15.619284-05:00",
            "created_at": "2023-12-06T09:13:05.965608-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05aec544-911b-47b4-be49-6532a7f4b887/?format=api"
        },
        {
            "id": "72cd24d4-098d-4c94-8d42-956e36f19aef",
            "gambit_id": "f02b6375-4792-4b8e-8f04-cfbfc4ffad63",
            "last_updated": "2023-12-07T21:48:15.622426-05:00",
            "created_at": "2023-12-06T09:13:05.970015-05:00",
            "name": "Detroit Pistons",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05aec544-911b-47b4-be49-6532a7f4b887/?format=api"
        }
    ]
}