GET /api/bet_types/3fc48c17-3baa-4fd6-b70a-5c2070d1233b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3fc48c17-3baa-4fd6-b70a-5c2070d1233b",
    "match": "https://api-prod.gambitprofit.com/api/matches/be4d16f2-20bd-4aa5-b152-8dd9a4d21af3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-28T13:38:17.577157-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": "Los Angeles Dodgers",
                "amount": 6557.0
            },
            {
                "team": "Colorado Rockies",
                "amount": 3443.0
            }
        ],
        "expected_reward_tokens": 9571.54,
        "profit_sb": 71.54,
        "profit_sb_percentage": 0.75,
        "recommended": true
    },
    "lines": [
        {
            "id": "dcf23ef5-18b1-44df-9f19-f23b246f5c08",
            "gambit_id": "a1f55ec5-33f2-423b-a6ce-b3f34932db10",
            "last_updated": "2023-06-29T17:53:21.069380-04:00",
            "created_at": "2023-06-28T13:38:17.579745-04:00",
            "name": "Los Angeles Dodgers",
            "reward": "1.46000",
            "odds": "1.47620",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fc48c17-3baa-4fd6-b70a-5c2070d1233b/?format=api"
        },
        {
            "id": "6ae2918b-6396-4cca-b446-1ee3131652ad",
            "gambit_id": "bb928d13-8e8c-4512-b733-8f0dbe4b1672",
            "last_updated": "2023-06-29T17:53:21.071145-04:00",
            "created_at": "2023-06-28T13:38:17.582532-04:00",
            "name": "Colorado Rockies",
            "reward": "2.78000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fc48c17-3baa-4fd6-b70a-5c2070d1233b/?format=api"
        }
    ]
}