GET /api/bet_types/8972b097-c4f5-4452-a93e-2b609ec7baf6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8972b097-c4f5-4452-a93e-2b609ec7baf6",
    "match": "https://api-prod.gambitprofit.com/api/matches/7589a294-eec5-43e1-9cad-4119f6ef50bc/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Phoenix Suns",
                "amount": 6642.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 3358.0
            }
        ],
        "expected_reward_tokens": 9099.54,
        "profit_sb": 99.54,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "583c5446-a976-4e7d-be4f-5a55cca43e59",
            "gambit_id": "e1602624-5355-4615-a39a-7a2c17f81c34",
            "last_updated": "2022-12-16T10:37:02.554848-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Phoenix Suns",
            "reward": "1.37000",
            "odds": "1.42550",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8972b097-c4f5-4452-a93e-2b609ec7baf6/?format=api"
        },
        {
            "id": "3e770cf1-3c36-4760-8b13-88d00523bdcf",
            "gambit_id": "5ce27f0e-13d9-4546-a6e7-d5fbc60719d2",
            "last_updated": "2022-12-16T10:37:02.553718-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Clippers",
            "reward": "2.71000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8972b097-c4f5-4452-a93e-2b609ec7baf6/?format=api"
        }
    ]
}