GET /api/bet_types/92b944ff-02c0-4403-b4c7-6bb50f032b88/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "92b944ff-02c0-4403-b4c7-6bb50f032b88",
    "match": "https://api-prod.gambitprofit.com/api/matches/2d9837cc-f017-4170-94eb-5203d66d27d1/?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": "NC State",
                "amount": 5000.0
            },
            {
                "team": "Wake Forest",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "96bda287-7e9a-4354-a854-365bb8362ba9",
            "gambit_id": "127154f4-35c0-4603-9e87-9a60a487909f",
            "last_updated": "2022-11-06T16:17:46.642370-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NC State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92b944ff-02c0-4403-b4c7-6bb50f032b88/?format=api"
        },
        {
            "id": "35353819-fbad-4789-9779-9bed69984d5f",
            "gambit_id": "2ef68215-571b-411f-a7c1-3f9bbe814158",
            "last_updated": "2022-11-06T16:17:46.643495-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Wake Forest",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92b944ff-02c0-4403-b4c7-6bb50f032b88/?format=api"
        }
    ]
}