GET /api/bet_types/245bed73-1a1e-4225-b9bd-957df6338c88/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "245bed73-1a1e-4225-b9bd-957df6338c88",
    "match": "https://api-prod.gambitprofit.com/api/matches/18a320ae-b559-4a59-a74b-7e65ef51968c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-29T09:58:09.552335-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": "Sacramento Kings",
                "amount": 5213.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "4b014ade-5809-4a1f-a18c-ca42d6628a3e",
            "gambit_id": "a54e41c3-c654-4cac-9762-a922c377e2d6",
            "last_updated": "2023-12-30T21:43:26.188073-05:00",
            "created_at": "2023-12-29T09:58:09.556337-05:00",
            "name": "Sacramento Kings",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/245bed73-1a1e-4225-b9bd-957df6338c88/?format=api"
        },
        {
            "id": "edac397c-22ad-41a7-b265-4a5367ab516d",
            "gambit_id": "0dd78eaa-ef8a-41be-81e0-98940fce3bf7",
            "last_updated": "2023-12-30T21:43:26.191308-05:00",
            "created_at": "2023-12-29T09:58:09.560604-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/245bed73-1a1e-4225-b9bd-957df6338c88/?format=api"
        }
    ]
}