GET /api/bet_types/a37a8c6e-13ac-4773-aba3-bf1a549b1766/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a37a8c6e-13ac-4773-aba3-bf1a549b1766",
    "match": "https://api-prod.gambitprofit.com/api/matches/4df06c2d-2227-4279-bd23-1dc5839f3547/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-24T12:36:53.460671-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": "Denver Nuggets",
                "amount": 6099.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 3901.0
            }
        ],
        "expected_reward_tokens": 9087.51,
        "profit_sb": 87.51,
        "profit_sb_percentage": 0.97,
        "recommended": true
    },
    "lines": [
        {
            "id": "70973cfd-b980-4dc0-a249-33d0cb24241e",
            "gambit_id": "237a48a9-cf57-43ce-8eac-037fcefc54a3",
            "last_updated": "2022-12-27T10:12:00.883834-05:00",
            "created_at": "2022-12-24T12:36:53.461908-05:00",
            "name": "Denver Nuggets",
            "reward": "1.49000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a37a8c6e-13ac-4773-aba3-bf1a549b1766/?format=api"
        },
        {
            "id": "b849d10c-bdd2-4438-aa7f-452e272052a7",
            "gambit_id": "effd8f3e-561b-494c-a6ec-8e0bed971973",
            "last_updated": "2022-12-27T10:12:00.885069-05:00",
            "created_at": "2022-12-24T12:36:53.463155-05:00",
            "name": "Phoenix Suns",
            "reward": "2.33000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a37a8c6e-13ac-4773-aba3-bf1a549b1766/?format=api"
        }
    ]
}