GET /api/bet_types/7652a096-35ae-4a85-acc5-173ad3429895/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7652a096-35ae-4a85-acc5-173ad3429895",
    "match": "https://api-prod.gambitprofit.com/api/matches/2d76c1de-b663-463e-981c-16b67d18f14a/?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": "Orlando Magic",
                "amount": 5000.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "790f0df3-a70d-4ac8-8ffe-b544782bc90b",
            "gambit_id": "2b119554-d9ee-4794-9663-360c62636360",
            "last_updated": "2022-10-29T19:07:21.382410-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Orlando Magic",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7652a096-35ae-4a85-acc5-173ad3429895/?format=api"
        },
        {
            "id": "2b5911b5-89fd-40fc-89a2-4658bc0b5a80",
            "gambit_id": "fea53050-f913-4275-8761-809124956640",
            "last_updated": "2022-10-29T19:07:21.383394-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7652a096-35ae-4a85-acc5-173ad3429895/?format=api"
        }
    ]
}