GET /api/bet_types/6db054c8-f10f-4cc0-91b3-0a774ed59704/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6db054c8-f10f-4cc0-91b3-0a774ed59704",
    "match": "https://api-prod.gambitprofit.com/api/matches/139ef3bc-6d60-435a-8a9c-3f66efb3a46a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-29T11:47:14.725694-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": "LOS",
                "amount": 5213.0
            },
            {
                "team": "WAS",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "91b6599e-1a6c-4e65-8ce2-15456f18baef",
            "gambit_id": "39f0ccb3-6821-47c8-b74c-5147c2f4ed02",
            "last_updated": "2023-05-30T10:47:19.880476-04:00",
            "created_at": "2023-05-29T11:47:14.732886-04:00",
            "name": "LOS",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6db054c8-f10f-4cc0-91b3-0a774ed59704/?format=api"
        },
        {
            "id": "01dbf45b-b381-41f1-ae07-bba05170e808",
            "gambit_id": "a30182d7-e213-4d38-96ea-708a34c4e9db",
            "last_updated": "2023-05-30T10:47:19.878631-04:00",
            "created_at": "2023-05-29T11:47:14.730295-04:00",
            "name": "WAS",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6db054c8-f10f-4cc0-91b3-0a774ed59704/?format=api"
        }
    ]
}