GET /api/bet_types/3784ec19-c10c-465a-93c5-a4ad3299beb9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3784ec19-c10c-465a-93c5-a4ad3299beb9",
    "match": "https://api-prod.gambitprofit.com/api/matches/cb59f209-1415-4b6f-9a4d-6f2e5e648f18/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-25T11:42:03.988769-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": "MIN (J Ryan)",
                "amount": 5389.0
            },
            {
                "team": "NYY (N Cortes)",
                "amount": 4611.0
            }
        ],
        "expected_reward_tokens": 9590.88,
        "profit_sb": 90.88,
        "profit_sb_percentage": 0.96,
        "recommended": true
    },
    "lines": [
        {
            "id": "95078c4c-2d63-4660-b0e9-60c83a8c31c6",
            "gambit_id": "a11a313b-8604-4986-8862-37e066e82d7e",
            "last_updated": "2023-04-26T20:32:12.825424-04:00",
            "created_at": "2023-04-25T11:42:03.991593-04:00",
            "name": "MIN (J Ryan)",
            "reward": "1.78000",
            "odds": "1.81300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3784ec19-c10c-465a-93c5-a4ad3299beb9/?format=api"
        },
        {
            "id": "20a05b85-886b-43aa-a4ab-fd1d19678197",
            "gambit_id": "8ae13d71-2f3d-4c8b-93aa-9bf5965861bd",
            "last_updated": "2023-04-26T20:32:12.827297-04:00",
            "created_at": "2023-04-25T11:42:03.993633-04:00",
            "name": "NYY (N Cortes)",
            "reward": "2.08000",
            "odds": "2.13000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3784ec19-c10c-465a-93c5-a4ad3299beb9/?format=api"
        }
    ]
}