GET /api/bet_types/ef8167c0-b038-48bc-9962-baaf6aa67cf2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ef8167c0-b038-48bc-9962-baaf6aa67cf2",
    "match": "https://api-prod.gambitprofit.com/api/matches/c1729d50-7f83-4546-b9f0-a4a490d733a1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-03T09:21:58.590884-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": "Portland Trail Blazers",
                "amount": 5000.0
            },
            {
                "team": "Washington Wizards",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "4f65d232-1815-4f1a-a5fc-ca49c62c1934",
            "gambit_id": "a36a50f8-403d-49c6-b6c6-dfb8c7cd1a9e",
            "last_updated": "2023-02-04T12:07:02.242336-05:00",
            "created_at": "2023-02-03T09:21:58.593664-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef8167c0-b038-48bc-9962-baaf6aa67cf2/?format=api"
        },
        {
            "id": "684fa21a-cd3f-459c-946d-775a3fdfb738",
            "gambit_id": "d95e7183-a05c-4afb-9ff1-dcaa3e3104ad",
            "last_updated": "2023-02-04T12:07:02.241133-05:00",
            "created_at": "2023-02-03T09:21:58.592247-05:00",
            "name": "Washington Wizards",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef8167c0-b038-48bc-9962-baaf6aa67cf2/?format=api"
        }
    ]
}