GET /api/bet_types/c92387bd-9ed8-450d-b81e-b45c7041cd68/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c92387bd-9ed8-450d-b81e-b45c7041cd68",
    "match": "https://api-prod.gambitprofit.com/api/matches/6e89b296-d292-45ec-80bb-65899d424053/?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": "Kentucky",
                "amount": 5109.0
            },
            {
                "team": "Miami-Ohio",
                "amount": 4891.0
            }
        ],
        "expected_reward_tokens": 9145.11,
        "profit_sb": 145.11,
        "profit_sb_percentage": 1.61,
        "recommended": true
    },
    "lines": [
        {
            "id": "a9206d1b-9119-4442-8c7d-457b4403d20e",
            "gambit_id": "e274e609-b874-46ba-8583-936dffd60dab",
            "last_updated": "2022-09-05T09:37:18.523152-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kentucky",
            "reward": "1.79000",
            "odds": "1.86960",
            "spread": "-15.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c92387bd-9ed8-450d-b81e-b45c7041cd68/?format=api"
        },
        {
            "id": "659505d5-16e0-42dd-9ba9-2a6ac942733e",
            "gambit_id": "bec84de8-3058-46ce-bf46-99518ee3895e",
            "last_updated": "2022-09-05T09:37:18.524099-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami-Ohio",
            "reward": "1.87000",
            "odds": "1.95240",
            "spread": "15.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c92387bd-9ed8-450d-b81e-b45c7041cd68/?format=api"
        }
    ]
}