GET /api/bet_types/64b7db7e-f971-42eb-89e7-3053a725ff44/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "64b7db7e-f971-42eb-89e7-3053a725ff44",
    "match": "https://api-prod.gambitprofit.com/api/matches/139ef3bc-6d60-435a-8a9c-3f66efb3a46a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-29T11:47:14.708943-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": "LOS (B Miller)",
                "amount": 6833.0
            },
            {
                "team": "WAS (T Williams)",
                "amount": 3167.0
            }
        ],
        "expected_reward_tokens": 9564.34,
        "profit_sb": 64.34,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "34cbf617-6976-4c2d-950a-452aca093c7d",
            "gambit_id": "1c918b02-330b-4154-a668-e1112aee7ad0",
            "last_updated": "2023-05-30T10:47:19.874758-04:00",
            "created_at": "2023-05-29T11:47:14.723173-04:00",
            "name": "LOS (B Miller)",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64b7db7e-f971-42eb-89e7-3053a725ff44/?format=api"
        },
        {
            "id": "364116b8-d22d-4855-b9cf-0420a6635c45",
            "gambit_id": "406224b0-d77b-4c4b-85e3-2b922df76186",
            "last_updated": "2023-05-30T10:47:19.872936-04:00",
            "created_at": "2023-05-29T11:47:14.716137-04:00",
            "name": "WAS (T Williams)",
            "reward": "3.02000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64b7db7e-f971-42eb-89e7-3053a725ff44/?format=api"
        }
    ]
}