GET /api/bet_types/851a18ac-7a06-45a6-83aa-5a0bbfe5467c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "851a18ac-7a06-45a6-83aa-5a0bbfe5467c",
    "match": "https://api-prod.gambitprofit.com/api/matches/1a7ae04c-a4f6-4446-b853-2b6e93106f97/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-10T15:11:59.564639-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": "NYM (J Verlander)",
                "amount": 5909.0
            },
            {
                "team": "CIN (H Greene)",
                "amount": 4091.0
            }
        ],
        "expected_reward_tokens": 9572.58,
        "profit_sb": 72.58,
        "profit_sb_percentage": 0.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "786ce616-a398-4c15-84cc-9053040a18b2",
            "gambit_id": "2e9874a9-43fe-496f-bb47-f3e09cf14b8d",
            "last_updated": "2023-05-11T11:17:10.348040-04:00",
            "created_at": "2023-05-10T15:11:59.568034-04:00",
            "name": "NYM (J Verlander)",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/851a18ac-7a06-45a6-83aa-5a0bbfe5467c/?format=api"
        },
        {
            "id": "4d493950-ad09-4326-b48d-dd811ab5d5e4",
            "gambit_id": "da55a703-b4f0-401b-999e-da074d04159c",
            "last_updated": "2023-05-11T11:17:10.346397-04:00",
            "created_at": "2023-05-10T15:11:59.566501-04:00",
            "name": "CIN (H Greene)",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/851a18ac-7a06-45a6-83aa-5a0bbfe5467c/?format=api"
        }
    ]
}