GET /api/bet_types/467b4cb6-1d6a-4434-832c-e1cf2aa9aad8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "467b4cb6-1d6a-4434-832c-e1cf2aa9aad8",
    "match": "https://api-prod.gambitprofit.com/api/matches/7582e1fd-93cf-4358-b4e4-bdac9fa4acb1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-12T10:03:09.089631-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": "Cleveland Cavaliers",
                "amount": 5000.0
            },
            {
                "team": "Boston Celtics",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "bffa9207-1a49-454f-8eee-ff5840aa4194",
            "gambit_id": "e00e3e82-77d2-4b4c-a405-b3158f08e84f",
            "last_updated": "2023-12-14T10:38:31.367549-05:00",
            "created_at": "2023-12-12T10:03:09.097706-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/467b4cb6-1d6a-4434-832c-e1cf2aa9aad8/?format=api"
        },
        {
            "id": "88a86099-2137-4ee7-9139-38aefb71194a",
            "gambit_id": "c0e92af8-33fb-4496-a974-de0c5fde95f2",
            "last_updated": "2023-12-14T10:38:31.371133-05:00",
            "created_at": "2023-12-12T10:03:09.101632-05:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/467b4cb6-1d6a-4434-832c-e1cf2aa9aad8/?format=api"
        }
    ]
}