GET /api/bet_types/719b3a65-eee7-45b4-af6f-2202e56e6e30/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "719b3a65-eee7-45b4-af6f-2202e56e6e30",
    "match": "https://api-prod.gambitprofit.com/api/matches/d6bc66c2-89c5-49c1-8601-529a5b477ff5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-15T00:37:18.564729-04:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Texas",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10900.0,
        "profit_sb": 1400.0,
        "profit_sb_percentage": 14.74,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Texas",
                "amount": 8728.0
            },
            {
                "team": "Colgate",
                "amount": 1272.0
            }
        ],
        "expected_reward_tokens": 9513.52,
        "profit_sb": 13.52,
        "profit_sb_percentage": 0.14,
        "recommended": true
    },
    "lines": [
        {
            "id": "2f57618d-dde7-4893-a9d0-22ba37560f4f",
            "gambit_id": "26cbc1b1-ff35-4ba0-8156-2faa69f752d1",
            "last_updated": "2023-03-17T10:37:26.700666-04:00",
            "created_at": "2023-03-15T00:37:18.566550-04:00",
            "name": "Texas",
            "reward": "1.09000",
            "odds": "1.09090",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/719b3a65-eee7-45b4-af6f-2202e56e6e30/?format=api"
        },
        {
            "id": "00b97efe-4616-4cb7-91b4-85029b8f7f18",
            "gambit_id": "67fa8675-a93c-458a-8426-7eec0d729136",
            "last_updated": "2023-03-17T10:37:26.702054-04:00",
            "created_at": "2023-03-15T00:37:18.568240-04:00",
            "name": "Colgate",
            "reward": "7.48000",
            "odds": "7.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/719b3a65-eee7-45b4-af6f-2202e56e6e30/?format=api"
        }
    ]
}