GET /api/bet_types/3033a633-7b6d-4466-a41b-eed7d6fdac7c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3033a633-7b6d-4466-a41b-eed7d6fdac7c",
    "match": "https://api-prod.gambitprofit.com/api/matches/e3328322-38af-45d7-b71d-8f0165acfaac/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-29T10:38:02.066261-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": 5939.0
            },
            {
                "team": "Utah Jazz",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "ab4f9ff1-ac32-4fcf-9081-25492a74c79d",
            "gambit_id": "5ae65069-f521-4414-9f05-9a265fd45a14",
            "last_updated": "2023-11-30T10:58:07.699885-05:00",
            "created_at": "2023-11-29T10:38:02.078152-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3033a633-7b6d-4466-a41b-eed7d6fdac7c/?format=api"
        },
        {
            "id": "7e0b896e-d0cc-47c0-a5b3-e00c0e753c7c",
            "gambit_id": "f84bb151-3b3f-4ff1-a391-54a78036291c",
            "last_updated": "2023-11-30T10:58:07.696257-05:00",
            "created_at": "2023-11-29T10:38:02.071910-05:00",
            "name": "Utah Jazz",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3033a633-7b6d-4466-a41b-eed7d6fdac7c/?format=api"
        }
    ]
}