GET /api/bet_types/69e73730-62bf-4d0b-b2a7-fcd6a68e870d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "69e73730-62bf-4d0b-b2a7-fcd6a68e870d",
    "match": "https://api-prod.gambitprofit.com/api/matches/97d1efc7-d052-4d7e-844a-02594bdcc35b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-30T10:43:16.469023-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": "Los Angeles Kings",
                "amount": 5213.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "bfcf282a-a6f0-4970-a6d9-7095e714a5f8",
            "gambit_id": "767229b0-2819-4487-8b8c-b8d74e26f755",
            "last_updated": "2024-01-01T19:43:19.490821-05:00",
            "created_at": "2023-12-30T10:43:16.476744-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69e73730-62bf-4d0b-b2a7-fcd6a68e870d/?format=api"
        },
        {
            "id": "522bfb1b-b81d-4b8d-983c-5f5b3fe60ac4",
            "gambit_id": "38877132-c485-4f0b-bd0a-f69fbc7ef956",
            "last_updated": "2024-01-01T19:43:19.487480-05:00",
            "created_at": "2023-12-30T10:43:16.472785-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69e73730-62bf-4d0b-b2a7-fcd6a68e870d/?format=api"
        }
    ]
}