GET /api/bet_types/85ee42f6-aea5-498b-ab7a-82446f612df9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "85ee42f6-aea5-498b-ab7a-82446f612df9",
    "match": "https://api-prod.gambitprofit.com/api/matches/7476ec25-8bc1-4887-92c5-f5a738ad50d3/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-10T09:38:09.880488-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": "Atlanta Hawks",
                "amount": 5000.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "dfe31a4a-1158-4f4e-9906-560da4e4d942",
            "gambit_id": "9169323f-240a-496c-a106-61aabdb71452",
            "last_updated": "2024-01-11T11:23:08.345808-05:00",
            "created_at": "2024-01-10T09:38:09.889681-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85ee42f6-aea5-498b-ab7a-82446f612df9/?format=api"
        },
        {
            "id": "3bc7a77c-d529-4d75-8cfb-771c46488d3b",
            "gambit_id": "cc817c52-fb9a-4b5a-8004-9d7f5974a486",
            "last_updated": "2024-01-11T11:23:08.342372-05:00",
            "created_at": "2024-01-10T09:38:09.885072-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85ee42f6-aea5-498b-ab7a-82446f612df9/?format=api"
        }
    ]
}