GET /api/bet_types/380512a3-e1e4-408d-8aae-b87cb6e25098/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "380512a3-e1e4-408d-8aae-b87cb6e25098",
    "match": "https://api-prod.gambitprofit.com/api/matches/652d2450-1285-4408-836e-2f3bc05f2dd3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-20T08:33:12.112696-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 (B Snell)",
                "amount": 5222.0
            },
            {
                "team": "TOR (C Bassitt)",
                "amount": 4778.0
            }
        ],
        "expected_reward_tokens": 9556.0,
        "profit_sb": 56.0,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "ffc2483f-2370-415f-a3eb-3b34de0effe3",
            "gambit_id": "09c59cdd-9d49-4d64-b476-f4c851dbb400",
            "last_updated": "2023-07-22T09:42:55.885971-04:00",
            "created_at": "2023-07-20T08:33:12.114142-04:00",
            "name": "SDG (B Snell)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/380512a3-e1e4-408d-8aae-b87cb6e25098/?format=api"
        },
        {
            "id": "cfbd6074-3a33-4b7d-874d-57b83a954441",
            "gambit_id": "81f95670-2a82-49ce-bfdc-ffb562a1b720",
            "last_updated": "2023-07-22T09:42:55.889251-04:00",
            "created_at": "2023-07-20T08:33:12.115539-04:00",
            "name": "TOR (C Bassitt)",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/380512a3-e1e4-408d-8aae-b87cb6e25098/?format=api"
        }
    ]
}