GET /api/bet_types/b7cfabd9-b361-49eb-af3e-cff8b128d6ce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b7cfabd9-b361-49eb-af3e-cff8b128d6ce",
    "match": "https://api-prod.gambitprofit.com/api/matches/d084a068-c4a0-477a-97bf-5615db2339c2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-19T08:32:59.753665-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": "Arizona Coyotes",
                "amount": 6928.0
            },
            {
                "team": "St Louis Blues",
                "amount": 3072.0
            }
        ],
        "expected_reward_tokens": 9491.36,
        "profit_sb": -8.64,
        "profit_sb_percentage": -0.09,
        "recommended": false
    },
    "lines": [
        {
            "id": "1b0d1fc0-cd82-472d-baf7-a07734de9893",
            "gambit_id": "d567709e-cd5e-4887-bbe9-ed9057c2703b",
            "last_updated": "2023-10-20T11:23:25.653945-04:00",
            "created_at": "2023-10-19T08:32:59.757252-04:00",
            "name": "Arizona Coyotes",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7cfabd9-b361-49eb-af3e-cff8b128d6ce/?format=api"
        },
        {
            "id": "b58ea57e-d2bf-458f-8c66-9914762d392a",
            "gambit_id": "a2dd9943-639c-406f-ba79-8f9c5a178b17",
            "last_updated": "2023-10-20T11:23:25.657307-04:00",
            "created_at": "2023-10-19T08:32:59.762744-04:00",
            "name": "St Louis Blues",
            "reward": "3.09000",
            "odds": "3.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7cfabd9-b361-49eb-af3e-cff8b128d6ce/?format=api"
        }
    ]
}