GET /api/bet_types/ca9ed29b-e238-42cd-b2e3-218e98c207c5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ca9ed29b-e238-42cd-b2e3-218e98c207c5",
    "match": "https://api-prod.gambitprofit.com/api/matches/e8ef05b1-fa92-4200-8935-46e7b98f6a98/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-12T09:32:11.136697-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": "Boston Celtics",
                "amount": 5000.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "45bb80a1-1aaf-4215-bdd6-1fa7468dd04e",
            "gambit_id": "7476187c-398f-4555-b9f1-2eaf0f1145c2",
            "last_updated": "2023-02-13T09:57:12.202137-05:00",
            "created_at": "2023-02-12T09:32:11.137890-05:00",
            "name": "Boston Celtics",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca9ed29b-e238-42cd-b2e3-218e98c207c5/?format=api"
        },
        {
            "id": "555996c7-37a8-41bc-a2af-9b10369d32d6",
            "gambit_id": "64b4f490-04be-40fd-a39a-0fb56a66d280",
            "last_updated": "2023-02-13T09:57:12.203330-05:00",
            "created_at": "2023-02-12T09:32:11.139166-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca9ed29b-e238-42cd-b2e3-218e98c207c5/?format=api"
        }
    ]
}