GET /api/bet_types/6c658df1-146c-4053-9a09-ee68428f3f4c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6c658df1-146c-4053-9a09-ee68428f3f4c",
    "match": "https://api-prod.gambitprofit.com/api/matches/e73d4850-4466-4514-8380-567d7595f06d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-15T09:23:05.635002-04: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": "ARI",
                "amount": 5614.0
            },
            {
                "team": "CHC",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "2fad3c85-3cd6-460d-84e2-e2ea4a5a11d6",
            "gambit_id": "37d2b018-229f-41f8-8331-912395c69397",
            "last_updated": "2023-09-16T10:18:01.487244-04:00",
            "created_at": "2023-09-15T09:23:05.642323-04:00",
            "name": "ARI",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c658df1-146c-4053-9a09-ee68428f3f4c/?format=api"
        },
        {
            "id": "b221800d-3cb5-4c5b-993f-e6ce96ee6527",
            "gambit_id": "873d777b-01b8-4634-8e59-8fa9500e5813",
            "last_updated": "2023-09-16T10:18:01.483390-04:00",
            "created_at": "2023-09-15T09:23:05.638264-04:00",
            "name": "CHC",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c658df1-146c-4053-9a09-ee68428f3f4c/?format=api"
        }
    ]
}