GET /api/bet_types/09899fe5-3882-4c8c-ac17-b6a943532c18/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "09899fe5-3882-4c8c-ac17-b6a943532c18",
    "match": "https://api-prod.gambitprofit.com/api/matches/2439a726-ce81-4487-9532-fcaffd7fe1bd/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-06T08:38:15.781836-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": "BAL (K Bradish)",
                "amount": 6434.0
            },
            {
                "team": "NYM (J Quintana)",
                "amount": 3566.0
            }
        ],
        "expected_reward_tokens": 9521.22,
        "profit_sb": 21.22,
        "profit_sb_percentage": 0.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "a60d19b9-5e23-460a-84d6-579f7b25a66a",
            "gambit_id": "a53dcfd1-0916-4838-94fa-bff015872e1e",
            "last_updated": "2023-08-07T19:33:08.745141-04:00",
            "created_at": "2023-08-06T08:38:15.792249-04:00",
            "name": "BAL (K Bradish)",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09899fe5-3882-4c8c-ac17-b6a943532c18/?format=api"
        },
        {
            "id": "8d8913ce-ac3d-48ba-81ce-628acb8072d8",
            "gambit_id": "638cf1bc-d833-46ce-a404-feac40d09aab",
            "last_updated": "2023-08-07T19:33:08.741913-04:00",
            "created_at": "2023-08-06T08:38:15.787408-04:00",
            "name": "NYM (J Quintana)",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09899fe5-3882-4c8c-ac17-b6a943532c18/?format=api"
        }
    ]
}