GET /api/bet_types/ec8dde15-9794-439a-878a-c99a66edad47/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ec8dde15-9794-439a-878a-c99a66edad47",
    "match": "https://api-prod.gambitprofit.com/api/matches/b342c022-242d-42e8-b450-c189e693cb00/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-29T08:41:55.559600-05: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": "Memphis Grizzlies",
                "amount": 7373.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 2627.0
            }
        ],
        "expected_reward_tokens": 9509.74,
        "profit_sb": 9.74,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "6c18d8d3-44ce-466e-8789-3160927fb39c",
            "gambit_id": "47be49cc-bcd9-4108-b5b0-6217bd08d819",
            "last_updated": "2023-01-30T17:46:59.138124-05:00",
            "created_at": "2023-01-29T08:41:55.560763-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.29000",
            "odds": "1.30300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec8dde15-9794-439a-878a-c99a66edad47/?format=api"
        },
        {
            "id": "71ee4623-68b1-4ec3-a2b8-34905ae5465b",
            "gambit_id": "ee19764e-aad0-413c-a3c4-f7860554345c",
            "last_updated": "2023-01-30T17:46:59.139357-05:00",
            "created_at": "2023-01-29T08:41:55.562044-05:00",
            "name": "Indiana Pacers",
            "reward": "3.62000",
            "odds": "3.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec8dde15-9794-439a-878a-c99a66edad47/?format=api"
        }
    ]
}