GET /api/bet_types/2f997a63-6155-443c-aac6-0541d86316e8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2f997a63-6155-443c-aac6-0541d86316e8",
    "match": "https://api-prod.gambitprofit.com/api/matches/cd686417-1143-4498-9bd4-72d820ecb40e/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-23T09:43:21.848218-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": "Utah Jazz",
                "amount": 5000.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b77260e7-ce87-4b74-90e7-d8274bc97b7b",
            "gambit_id": "6c74aec3-1884-46ba-b1af-3567d4f69a72",
            "last_updated": "2024-01-24T20:33:18.131992-05:00",
            "created_at": "2024-01-23T09:43:21.853815-05:00",
            "name": "Utah Jazz",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f997a63-6155-443c-aac6-0541d86316e8/?format=api"
        },
        {
            "id": "29b44cba-09b4-453e-b014-221fafe8c7d8",
            "gambit_id": "693b6c25-cf4b-4cdc-b22b-f098ddd8dc97",
            "last_updated": "2024-01-24T20:33:18.135440-05:00",
            "created_at": "2024-01-23T09:43:21.860470-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f997a63-6155-443c-aac6-0541d86316e8/?format=api"
        }
    ]
}