GET /api/bet_types/56342f1e-4a3e-4c17-abe7-51cad4f70ab3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "56342f1e-4a3e-4c17-abe7-51cad4f70ab3",
    "match": "https://api-prod.gambitprofit.com/api/matches/2ccfc9fa-0a27-4017-adec-9b6d7db7c366/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Dallas Mavericks",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "5356836a-b421-459a-88f2-d6ece1aeb9cb",
            "gambit_id": "b395cbce-2cad-4d72-b030-18829cfb55ad",
            "last_updated": "2022-11-16T09:42:29.301519-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56342f1e-4a3e-4c17-abe7-51cad4f70ab3/?format=api"
        },
        {
            "id": "47a3afba-bf21-4541-bf0d-4b845f49d53a",
            "gambit_id": "b9dad728-ac10-4032-a076-6f406ac5fbe3",
            "last_updated": "2022-11-16T09:42:29.302652-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56342f1e-4a3e-4c17-abe7-51cad4f70ab3/?format=api"
        }
    ]
}