GET /api/bet_types/12fb1253-8208-496e-96d6-e3b138cfd8f1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "12fb1253-8208-496e-96d6-e3b138cfd8f1",
    "match": "https://api-prod.gambitprofit.com/api/matches/c6eb07e7-f1e8-46be-b9a4-26fa37c31aec/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-06T22:48:27.337931-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": "Dallas Cowboys",
                "amount": 6163.0
            },
            {
                "team": "New York Giants",
                "amount": 3837.0
            }
        ],
        "expected_reward_tokens": 9552.65,
        "profit_sb": 52.65,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "d180a952-14cf-49d7-aa8d-bc6b44f7ad3e",
            "gambit_id": "9f147b85-3290-4aae-8616-343fea0a999f",
            "last_updated": "2023-09-11T11:03:24.168107-04:00",
            "created_at": "2023-09-06T22:48:27.341848-04:00",
            "name": "Dallas Cowboys",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12fb1253-8208-496e-96d6-e3b138cfd8f1/?format=api"
        },
        {
            "id": "4fed2f31-9109-41ef-85b9-dc99cabdf095",
            "gambit_id": "f12caa04-efe7-4138-9633-f32d7d0d6603",
            "last_updated": "2023-09-11T11:03:24.171296-04:00",
            "created_at": "2023-09-06T22:48:27.345642-04:00",
            "name": "New York Giants",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12fb1253-8208-496e-96d6-e3b138cfd8f1/?format=api"
        }
    ]
}