GET /api/bet_types/c0668ecd-340a-4f79-8497-56c5e62ed249/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c0668ecd-340a-4f79-8497-56c5e62ed249",
    "match": "https://api-prod.gambitprofit.com/api/matches/3a8a7704-111b-4e75-8f90-12a32db1ad43/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-16T10:02:03.801378-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": "Phoenix Suns",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "568547fe-f977-40d8-ac0a-bb7829bf0325",
            "gambit_id": "78a35f2a-2818-4eb2-93d5-4ad1e827c949",
            "last_updated": "2023-02-17T09:22:26.652908-05:00",
            "created_at": "2023-02-16T10:02:03.802807-05:00",
            "name": "Phoenix Suns",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0668ecd-340a-4f79-8497-56c5e62ed249/?format=api"
        },
        {
            "id": "198d4cc5-fa10-44a3-8d18-40e32478a523",
            "gambit_id": "8c8ef42b-afec-4a42-8fe2-e14412c017d3",
            "last_updated": "2023-02-17T09:22:26.654099-05:00",
            "created_at": "2023-02-16T10:02:03.804180-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0668ecd-340a-4f79-8497-56c5e62ed249/?format=api"
        }
    ]
}