GET /api/bet_types/0fdf1ab6-0d54-4bf2-be63-c29f5adc3c44/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0fdf1ab6-0d54-4bf2-be63-c29f5adc3c44",
    "match": "https://api-prod.gambitprofit.com/api/matches/cd41af78-0368-440d-8003-069905fd4ba6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-07T13:48:15.229247-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": "LAA",
                "amount": 5939.0
            },
            {
                "team": "SFO",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "f069447a-efd2-4d2f-8978-1ac48c44e61c",
            "gambit_id": "848b5430-a6d4-4ccb-92bc-bfe52096b3d6",
            "last_updated": "2023-08-09T10:38:18.781310-04:00",
            "created_at": "2023-08-07T13:48:15.237661-04:00",
            "name": "LAA",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0fdf1ab6-0d54-4bf2-be63-c29f5adc3c44/?format=api"
        },
        {
            "id": "07fe6529-e1cd-4fb0-aca6-9bdb997c22f8",
            "gambit_id": "0fe7200c-a224-4a62-b813-210159cfb438",
            "last_updated": "2023-08-09T10:38:18.769470-04:00",
            "created_at": "2023-08-07T13:48:15.233753-04:00",
            "name": "SFO",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0fdf1ab6-0d54-4bf2-be63-c29f5adc3c44/?format=api"
        }
    ]
}