GET /api/bet_types/6d2f4842-2262-4dd4-85d2-dbb3c42eaa95/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6d2f4842-2262-4dd4-85d2-dbb3c42eaa95",
    "match": "https://api-prod.gambitprofit.com/api/matches/29de0be4-7d54-483f-aa58-92be7750cf47/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-25T08:38:08.250928-04: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": "OAK",
                "amount": 5423.0
            },
            {
                "team": "CWS",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "1ebc11ab-41bf-4397-a405-c3c329a2f121",
            "gambit_id": "5c853405-9a21-4e28-ae3a-0cbc0710fdb6",
            "last_updated": "2023-08-28T18:32:59.304872-04:00",
            "created_at": "2023-08-25T08:38:08.254819-04:00",
            "name": "OAK",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d2f4842-2262-4dd4-85d2-dbb3c42eaa95/?format=api"
        },
        {
            "id": "03dd592e-f1c4-4a2d-8572-11742d2d7be5",
            "gambit_id": "cb556925-4225-412b-984e-0d1ea883be04",
            "last_updated": "2023-08-28T18:32:59.308223-04:00",
            "created_at": "2023-08-25T08:38:08.258495-04:00",
            "name": "CWS",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d2f4842-2262-4dd4-85d2-dbb3c42eaa95/?format=api"
        }
    ]
}