GET /api/bet_types/65d252f6-8443-42b9-b8c2-e18bcb1b94cd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "65d252f6-8443-42b9-b8c2-e18bcb1b94cd",
    "match": "https://api-prod.gambitprofit.com/api/matches/52ac6538-825f-46fd-9e9e-4e67c64bcb32/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-09T09:43:00.083417-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": "BOS (C Sale)",
                "amount": 5615.0
            },
            {
                "team": "BAL (J Flaherty)",
                "amount": 4385.0
            }
        ],
        "expected_reward_tokens": 9601.65,
        "profit_sb": 101.65,
        "profit_sb_percentage": 1.07,
        "recommended": true
    },
    "lines": [
        {
            "id": "4c1c2bcd-b740-4853-a848-de5d81029b98",
            "gambit_id": "c0090e2b-1d40-4f08-997a-e278f5875422",
            "last_updated": "2023-09-10T20:23:03.370639-04:00",
            "created_at": "2023-09-09T09:43:00.102395-04:00",
            "name": "BOS (C Sale)",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65d252f6-8443-42b9-b8c2-e18bcb1b94cd/?format=api"
        },
        {
            "id": "1eebc792-4936-402e-8c88-41fa7010b436",
            "gambit_id": "fd219824-0849-4b21-a561-7dfbd7530488",
            "last_updated": "2023-09-10T20:23:03.367058-04:00",
            "created_at": "2023-09-09T09:43:00.097161-04:00",
            "name": "BAL (J Flaherty)",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65d252f6-8443-42b9-b8c2-e18bcb1b94cd/?format=api"
        }
    ]
}