GET /api/bet_types/8ac1cc74-a554-4d6f-82b5-1c84f6bae69f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8ac1cc74-a554-4d6f-82b5-1c84f6bae69f",
    "match": "https://api-prod.gambitprofit.com/api/matches/db99ce9c-21a1-4cd1-8697-3e8ccdb9749d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-20T11:13:03.623466-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": "Buffalo Bills",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Chargers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f361f670-ef97-47fd-9f5e-1b36da2754a8",
            "gambit_id": "13649b0e-7036-41a4-851b-359d73001e5d",
            "last_updated": "2023-12-26T15:38:09.745643-05:00",
            "created_at": "2023-12-20T11:13:03.628260-05:00",
            "name": "Buffalo Bills",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ac1cc74-a554-4d6f-82b5-1c84f6bae69f/?format=api"
        },
        {
            "id": "82f90c30-8684-450f-b3b9-add610b6943a",
            "gambit_id": "76827116-891c-4734-a474-e89646904d8c",
            "last_updated": "2023-12-26T15:38:09.748927-05:00",
            "created_at": "2023-12-20T11:13:03.632127-05:00",
            "name": "Los Angeles Chargers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ac1cc74-a554-4d6f-82b5-1c84f6bae69f/?format=api"
        }
    ]
}