GET /api/bet_types/a37f10ce-e587-4ea7-8cbf-68c77f62a3f6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a37f10ce-e587-4ea7-8cbf-68c77f62a3f6",
    "match": "https://api-prod.gambitprofit.com/api/matches/95b60f8c-696f-4dde-9c91-c1db52199650/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-08T08:43:18.008882-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 (L Severino)",
                "amount": 5590.0
            },
            {
                "team": "CWS (L Lynn)",
                "amount": 4410.0
            }
        ],
        "expected_reward_tokens": 9613.8,
        "profit_sb": 113.8,
        "profit_sb_percentage": 1.2,
        "recommended": true
    },
    "lines": [
        {
            "id": "0d937b80-f07c-488b-a381-e1c7dcea1d08",
            "gambit_id": "159bf7cc-87ef-4f55-937d-5bd43751da30",
            "last_updated": "2023-06-09T17:28:29.612702-04:00",
            "created_at": "2023-06-08T08:43:18.012442-04:00",
            "name": "NYY (L Severino)",
            "reward": "1.72000",
            "odds": "1.75190",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a37f10ce-e587-4ea7-8cbf-68c77f62a3f6/?format=api"
        },
        {
            "id": "a942b744-f679-4d78-a7ac-972d43a8b528",
            "gambit_id": "78ab96b0-f96d-48fa-b203-e3b7005b3b92",
            "last_updated": "2023-06-09T17:28:29.611026-04:00",
            "created_at": "2023-06-08T08:43:18.010688-04:00",
            "name": "CWS (L Lynn)",
            "reward": "2.18000",
            "odds": "2.23000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a37f10ce-e587-4ea7-8cbf-68c77f62a3f6/?format=api"
        }
    ]
}