GET /api/bet_types/bb3c2133-49d3-4322-8c53-521c488225d7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bb3c2133-49d3-4322-8c53-521c488225d7",
    "match": "https://api-prod.gambitprofit.com/api/matches/b08760d2-ade0-4abc-a775-d6f7bc204ca1/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Western Kentucky",
                "amount": 5000.0
            },
            {
                "team": "North Texas",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "78c37245-1218-40e6-b1e7-23f910317070",
            "gambit_id": "feb10302-7eec-43f9-b79d-313b5524ebde",
            "last_updated": "2022-10-31T10:32:23.939470-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Western Kentucky",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb3c2133-49d3-4322-8c53-521c488225d7/?format=api"
        },
        {
            "id": "6c42386a-c514-4516-8d2d-20a9a819872e",
            "gambit_id": "3eb8b8f3-2b00-4947-928c-d83f45da318f",
            "last_updated": "2022-10-31T10:32:23.940408-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "North Texas",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb3c2133-49d3-4322-8c53-521c488225d7/?format=api"
        }
    ]
}