GET /api/bet_types/5cdd823b-a125-43bb-ae9a-042e43f38daf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5cdd823b-a125-43bb-ae9a-042e43f38daf",
    "match": "https://api-prod.gambitprofit.com/api/matches/9e492b41-caed-4cf5-9cbe-32d44932cfe6/?format=api",
    "name": "Pick the Winner",
    "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": "Tennessee Titans",
                "amount": 5000.0
            },
            {
                "team": "Washington Commanders",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "fbf2c7a2-681f-4a0a-a41d-7f2773f4ff39",
            "gambit_id": "807fac0c-bafe-479b-9f30-a59a95234945",
            "last_updated": "2022-10-11T11:51:57.160748-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tennessee Titans",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5cdd823b-a125-43bb-ae9a-042e43f38daf/?format=api"
        },
        {
            "id": "baa5740c-fee6-475e-aae2-d6fbd83ccdeb",
            "gambit_id": "1090d690-cf67-41c0-bb64-109aa71b8fdd",
            "last_updated": "2022-10-11T11:51:57.162036-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Commanders",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5cdd823b-a125-43bb-ae9a-042e43f38daf/?format=api"
        }
    ]
}