GET /api/bet_types/06ea1e55-df80-4c95-a5f5-570ec1ed7086/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "06ea1e55-df80-4c95-a5f5-570ec1ed7086",
    "match": "https://api-prod.gambitprofit.com/api/matches/75aa0d83-4880-4c58-90d6-612a998315fb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-26T09:28:20.950273-04: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": "Phoenix Suns",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "bea76f35-3417-46e2-baa4-5302812aec5c",
            "gambit_id": "7cd651a4-cbce-4e86-a9f4-6f4c2a9ba3fb",
            "last_updated": "2023-10-27T09:53:07.716118-04:00",
            "created_at": "2023-10-26T09:28:20.954301-04:00",
            "name": "Phoenix Suns",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06ea1e55-df80-4c95-a5f5-570ec1ed7086/?format=api"
        },
        {
            "id": "c5b90323-6ec2-4a37-b11f-84885c0a4ad6",
            "gambit_id": "6976d9c1-3c0e-4dc4-aa76-5ef2ddbdd762",
            "last_updated": "2023-10-27T09:53:07.720124-04:00",
            "created_at": "2023-10-26T09:28:20.958177-04:00",
            "name": "Los Angeles Lakers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06ea1e55-df80-4c95-a5f5-570ec1ed7086/?format=api"
        }
    ]
}