GET /api/bet_types/9761e5ba-356b-49ac-b960-bcc64085f7d5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9761e5ba-356b-49ac-b960-bcc64085f7d5",
    "match": "https://api-prod.gambitprofit.com/api/matches/235a3b06-931f-41bf-8309-12fd4611c175/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-09T08:43:18.035044-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": "NYY (D German)",
                "amount": 5714.0
            },
            {
                "team": "CHC (K Hendricks)",
                "amount": 4286.0
            }
        ],
        "expected_reward_tokens": 9599.52,
        "profit_sb": 99.52,
        "profit_sb_percentage": 1.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "bddc75a2-de5c-45ed-8573-3cc83516efe9",
            "gambit_id": "89415232-4e75-4045-9b62-e3a3f94191e2",
            "last_updated": "2023-07-10T18:33:27.414496-04:00",
            "created_at": "2023-07-09T08:43:18.039651-04:00",
            "name": "NYY (D German)",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9761e5ba-356b-49ac-b960-bcc64085f7d5/?format=api"
        },
        {
            "id": "574ed604-fe2e-4cd3-98e4-2771426668d5",
            "gambit_id": "b12e770a-2d56-403e-8b6f-803637b24406",
            "last_updated": "2023-07-10T18:33:27.413088-04:00",
            "created_at": "2023-07-09T08:43:18.037408-04:00",
            "name": "CHC (K Hendricks)",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9761e5ba-356b-49ac-b960-bcc64085f7d5/?format=api"
        }
    ]
}