GET /api/bet_types/bb85c2ce-224a-4266-b0f3-c34f4352c0d8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bb85c2ce-224a-4266-b0f3-c34f4352c0d8",
    "match": "https://api-prod.gambitprofit.com/api/matches/9f2cc301-b76e-48dd-b358-3c687bdb0527/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-14T08:26:57.858574-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": "Charlotte Hornets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "212e1568-966e-4bbb-a904-f8e7915d098c",
            "gambit_id": "cdb0fa74-2437-4938-b487-3adee82d139a",
            "last_updated": "2023-01-15T15:32:20.369023-05:00",
            "created_at": "2023-01-14T08:26:57.861531-05:00",
            "name": "Boston Celtics",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb85c2ce-224a-4266-b0f3-c34f4352c0d8/?format=api"
        },
        {
            "id": "c9feebfa-913b-4a3b-af78-7bfd962c9e29",
            "gambit_id": "7e762f48-28ab-452c-a324-5968c0a8befa",
            "last_updated": "2023-01-15T15:32:20.371804-05:00",
            "created_at": "2023-01-14T08:26:57.864622-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb85c2ce-224a-4266-b0f3-c34f4352c0d8/?format=api"
        }
    ]
}