GET /api/bet_types/5c99c1d1-41ce-42cf-acd7-9a4a22ef5eb0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5c99c1d1-41ce-42cf-acd7-9a4a22ef5eb0",
    "match": "https://api-prod.gambitprofit.com/api/matches/65704eae-f1d0-4d53-bab9-dd18679cec91/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-17T09:58:18.505138-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": "Anaheim Ducks",
                "amount": 5213.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "2f33ecf8-4b72-453b-b637-c15362d1a703",
            "gambit_id": "e012fc4f-feae-4bae-8a42-2c805b2e338d",
            "last_updated": "2023-12-19T10:08:20.399473-05:00",
            "created_at": "2023-12-17T09:58:18.508592-05:00",
            "name": "Anaheim Ducks",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c99c1d1-41ce-42cf-acd7-9a4a22ef5eb0/?format=api"
        },
        {
            "id": "f44cdae2-45a8-419e-b6f8-5cafa398baf6",
            "gambit_id": "4ad49122-c820-487d-8d29-d67db3eb10c5",
            "last_updated": "2023-12-19T10:08:20.403126-05:00",
            "created_at": "2023-12-17T09:58:18.512951-05:00",
            "name": "New Jersey Devils",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c99c1d1-41ce-42cf-acd7-9a4a22ef5eb0/?format=api"
        }
    ]
}