GET /api/bet_types/520e9777-89a0-481b-a8cd-ff8d7427d5ce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "520e9777-89a0-481b-a8cd-ff8d7427d5ce",
    "match": "https://api-prod.gambitprofit.com/api/matches/96051412-867a-471a-8455-5f14270c4bbd/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-12T10:57:59.749567-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": "New York Giants",
                "amount": 5000.0
            },
            {
                "team": "Buffalo Bills",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "1ba266cb-c217-4f2d-bc85-99f845baa89a",
            "gambit_id": "c136fca1-8633-49de-962a-6a5144d6d8d8",
            "last_updated": "2023-10-16T18:23:00.577041-04:00",
            "created_at": "2023-10-12T10:57:59.754367-04:00",
            "name": "New York Giants",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "15.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/520e9777-89a0-481b-a8cd-ff8d7427d5ce/?format=api"
        },
        {
            "id": "0d78a688-6f7c-406c-8ba4-90fe0826b467",
            "gambit_id": "6edbfd14-26ec-4eb5-8f81-358eccf10f58",
            "last_updated": "2023-10-16T18:23:00.585802-04:00",
            "created_at": "2023-10-12T10:57:59.759071-04:00",
            "name": "Buffalo Bills",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-15.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/520e9777-89a0-481b-a8cd-ff8d7427d5ce/?format=api"
        }
    ]
}