GET /api/bet_types/905d48a2-f1b8-4d7a-afbd-edc233d3fecf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "905d48a2-f1b8-4d7a-afbd-edc233d3fecf",
    "match": "https://api-prod.gambitprofit.com/api/matches/d8b9f6d8-d483-4ae2-b472-8d10a9144c2d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-20T09:13:18.633681-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": "PHI (C Sanchez)",
                "amount": 5530.0
            },
            {
                "team": "ARI (J Mantiply)",
                "amount": 4470.0
            }
        ],
        "expected_reward_tokens": 9565.8,
        "profit_sb": 65.8,
        "profit_sb_percentage": 0.69,
        "recommended": true
    },
    "lines": [
        {
            "id": "6121268a-472c-4033-9d4c-094f61501796",
            "gambit_id": "c893a89c-3154-45ec-886f-c533595d9ad1",
            "last_updated": "2023-10-21T10:13:18.889197-04:00",
            "created_at": "2023-10-20T09:13:18.638226-04:00",
            "name": "PHI (C Sanchez)",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/905d48a2-f1b8-4d7a-afbd-edc233d3fecf/?format=api"
        },
        {
            "id": "1e81e733-681f-4a9d-b3e3-2fcd5ec6ef6b",
            "gambit_id": "7522c46f-0b8a-47a5-ae88-bb4dfe971c72",
            "last_updated": "2023-10-21T10:13:18.892969-04:00",
            "created_at": "2023-10-20T09:13:18.643554-04:00",
            "name": "ARI (J Mantiply)",
            "reward": "2.14000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/905d48a2-f1b8-4d7a-afbd-edc233d3fecf/?format=api"
        }
    ]
}