GET /api/bet_types/b7e3865a-8d1f-4332-aafd-864ad81f1182/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b7e3865a-8d1f-4332-aafd-864ad81f1182",
    "match": "https://api-prod.gambitprofit.com/api/matches/1ec5410d-c304-4cbc-bf88-119d8a513491/?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": "Boston College",
                "amount": 5000.0
            },
            {
                "team": "Connecticut",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "ea38e69e-0772-47b0-8a51-5d643bfbf655",
            "gambit_id": "73aaa356-6c52-43fc-a22e-c6752a486ea4",
            "last_updated": "2022-10-31T10:52:24.577187-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston College",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7e3865a-8d1f-4332-aafd-864ad81f1182/?format=api"
        },
        {
            "id": "98481740-2f2c-48d9-be35-56098c697776",
            "gambit_id": "74e30c10-2d78-44c4-a196-b9a801b90f59",
            "last_updated": "2022-10-31T10:52:24.576248-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Connecticut",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7e3865a-8d1f-4332-aafd-864ad81f1182/?format=api"
        }
    ]
}