GET /api/bet_types/5163f4ae-6528-45c7-b91f-c74df134e888/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5163f4ae-6528-45c7-b91f-c74df134e888",
    "match": "https://api-prod.gambitprofit.com/api/matches/7215946f-2d96-48c4-8cac-a236f04a01b3/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Washington Capitals",
                "amount": 6691.0
            },
            {
                "team": "St Louis Blues",
                "amount": 3309.0
            }
        ],
        "expected_reward_tokens": 9099.75,
        "profit_sb": 99.75,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "1125da72-085e-4d25-ae6f-026753bc098e",
            "gambit_id": "5fe1d23a-92af-4b67-9d66-c09e805ed608",
            "last_updated": "2022-11-18T09:52:39.869821-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Capitals",
            "reward": "1.36000",
            "odds": "1.41670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5163f4ae-6528-45c7-b91f-c74df134e888/?format=api"
        },
        {
            "id": "c721f545-44b1-4aa1-a6a5-c790b0def6e3",
            "gambit_id": "c6f1df0e-2b58-4441-9f1c-797ef50bd1aa",
            "last_updated": "2022-11-18T09:52:39.868811-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "St Louis Blues",
            "reward": "2.75000",
            "odds": "3.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5163f4ae-6528-45c7-b91f-c74df134e888/?format=api"
        }
    ]
}