GET /api/bet_types/50ef0bb2-3d19-443b-a40d-8900d2bf7ae5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "50ef0bb2-3d19-443b-a40d-8900d2bf7ae5",
    "match": "https://api-prod.gambitprofit.com/api/matches/41a6d4f4-6fe7-4931-9aef-f353b0a99ad3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-22T09:01:57.081593-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": "Brooklyn Nets",
                "amount": 5000.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "96d8cbeb-46db-441a-b8aa-7d5f5a7c6b89",
            "gambit_id": "763c5d37-36aa-47f0-8376-9546550cc717",
            "last_updated": "2023-01-23T14:06:51.736001-05:00",
            "created_at": "2023-01-22T09:01:57.084127-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50ef0bb2-3d19-443b-a40d-8900d2bf7ae5/?format=api"
        },
        {
            "id": "a2aeb1b3-f182-43a0-a687-13a19d697f78",
            "gambit_id": "0cc9dda6-19db-45a1-bda7-1a20a3a6e479",
            "last_updated": "2023-01-23T14:06:51.734858-05:00",
            "created_at": "2023-01-22T09:01:57.082796-05:00",
            "name": "Golden State Warriors",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50ef0bb2-3d19-443b-a40d-8900d2bf7ae5/?format=api"
        }
    ]
}