GET /api/bet_types/78a67d1c-1cfb-4155-8908-7c45b643c1f1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "78a67d1c-1cfb-4155-8908-7c45b643c1f1",
    "match": "https://api-prod.gambitprofit.com/api/matches/99029047-bb46-48ac-8dd7-d91eb110b58a/?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": "Mid Tenn State",
                "amount": 5000.0
            },
            {
                "team": "UTEP",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "096c8173-2d3a-46f3-b7fc-1f430bccb340",
            "gambit_id": "0d72711d-a4c1-4752-a596-b53e81db8e35",
            "last_updated": "2022-10-31T10:17:27.921332-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Mid Tenn State",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78a67d1c-1cfb-4155-8908-7c45b643c1f1/?format=api"
        },
        {
            "id": "3853d6d7-0985-4c4b-9831-09de473045ed",
            "gambit_id": "ffb0a6fb-46ce-47f6-a7ae-db04507669b3",
            "last_updated": "2022-10-31T10:17:27.920342-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UTEP",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78a67d1c-1cfb-4155-8908-7c45b643c1f1/?format=api"
        }
    ]
}