GET /api/bet_types/2f4e0234-c893-4d09-bf03-cdaac3b90b56/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2f4e0234-c893-4d09-bf03-cdaac3b90b56",
    "match": "https://api-prod.gambitprofit.com/api/matches/be6304f2-a298-412c-b72b-8a9efda5d4dd/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-27T08:43:22.395339-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": "SDG (Y Darvish)",
                "amount": 6241.0
            },
            {
                "team": "PIT (R Hill)",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "f0906dac-5b29-4129-bc08-d5335d3a181c",
            "gambit_id": "f5b50f8b-458e-46f7-9611-019f56580e24",
            "last_updated": "2023-07-04T19:03:15.523357-04:00",
            "created_at": "2023-06-27T08:43:22.398952-04:00",
            "name": "SDG (Y Darvish)",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f4e0234-c893-4d09-bf03-cdaac3b90b56/?format=api"
        },
        {
            "id": "8daafdca-a077-441f-82df-d5a83dfc9ca3",
            "gambit_id": "dbd16773-b616-432c-9c26-d861b46656d4",
            "last_updated": "2023-07-04T19:03:15.524852-04:00",
            "created_at": "2023-06-27T08:43:22.402158-04:00",
            "name": "PIT (R Hill)",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f4e0234-c893-4d09-bf03-cdaac3b90b56/?format=api"
        }
    ]
}