GET /api/bet_types/8dc8b5a6-9c07-41a5-bab4-0c832b0f4915/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8dc8b5a6-9c07-41a5-bab4-0c832b0f4915",
    "match": "https://api-prod.gambitprofit.com/api/matches/047cc655-9b12-44fb-8ab6-0f787d8166c7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-30T08:18:24.072657-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": "HOU (B Bielak)",
                "amount": 5714.0
            },
            {
                "team": "TAM (Z Littell)",
                "amount": 4286.0
            }
        ],
        "expected_reward_tokens": 9599.52,
        "profit_sb": 99.52,
        "profit_sb_percentage": 1.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "7a27317b-ae46-42d1-9fec-ec0345c82237",
            "gambit_id": "fdd10315-aba6-47d7-88c7-3902fce18740",
            "last_updated": "2023-07-31T18:13:09.564602-04:00",
            "created_at": "2023-07-30T08:18:24.082304-04:00",
            "name": "HOU (B Bielak)",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8dc8b5a6-9c07-41a5-bab4-0c832b0f4915/?format=api"
        },
        {
            "id": "76191a9e-f8c7-497a-a09b-08b816049d8c",
            "gambit_id": "eae1a7d9-8579-45a9-ac4d-a08525b86db2",
            "last_updated": "2023-07-31T18:13:09.560647-04:00",
            "created_at": "2023-07-30T08:18:24.077338-04:00",
            "name": "TAM (Z Littell)",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8dc8b5a6-9c07-41a5-bab4-0c832b0f4915/?format=api"
        }
    ]
}