GET /api/bet_types/b57cc8f4-5933-4032-84a2-faf883fc4a92/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b57cc8f4-5933-4032-84a2-faf883fc4a92",
    "match": "https://api-prod.gambitprofit.com/api/matches/77df3777-3ba4-472c-86f7-0473309769e7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-22T14:08:20.172810-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": "Alberto Blas",
                "amount": 5297.0
            },
            {
                "team": "Roberto Armas",
                "amount": 4703.0
            }
        ],
        "expected_reward_tokens": 9216.78,
        "profit_sb": -283.22,
        "profit_sb_percentage": -2.98,
        "recommended": false
    },
    "lines": [
        {
            "id": "de60894f-1dd5-47a7-8de1-d42adc0a11bf",
            "gambit_id": "47537de6-239e-4728-b05a-b175675062d0",
            "last_updated": "2023-06-24T13:58:22.383901-04:00",
            "created_at": "2023-06-22T14:08:20.174699-04:00",
            "name": "Alberto Blas",
            "reward": "1.74000",
            "odds": "1.77000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b57cc8f4-5933-4032-84a2-faf883fc4a92/?format=api"
        },
        {
            "id": "440c7b3c-33b5-487c-beb0-572b6dabcfec",
            "gambit_id": "48e990c3-a1e1-46d6-96d3-aa5ec03bf838",
            "last_updated": "2023-06-24T13:58:22.385601-04:00",
            "created_at": "2023-06-22T14:08:20.176721-04:00",
            "name": "Roberto Armas",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b57cc8f4-5933-4032-84a2-faf883fc4a92/?format=api"
        }
    ]
}