GET /api/bet_types/8a812b63-5c93-4d31-8fe3-e03ff4a58161/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8a812b63-5c93-4d31-8fe3-e03ff4a58161",
    "match": "https://api-prod.gambitprofit.com/api/matches/1769522d-d342-4463-b7b5-ae193a8198ce/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-07T08:57:04.032991-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": "Game Total Over 224.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 224.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "58808627-0e3d-4770-ab97-13bc036fcfb2",
            "gambit_id": "ee8f23fe-0594-4001-9e71-21224c9df7f0",
            "last_updated": "2023-02-08T09:52:05.773507-05:00",
            "created_at": "2023-02-07T08:57:04.035910-05:00",
            "name": "Game Total Over 224.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "224.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a812b63-5c93-4d31-8fe3-e03ff4a58161/?format=api"
        },
        {
            "id": "b3af7d64-e522-473c-a399-97d2b4c5e29a",
            "gambit_id": "a609064a-93f3-4ce5-9d16-80fbb46fca70",
            "last_updated": "2023-02-08T09:52:05.772121-05:00",
            "created_at": "2023-02-07T08:57:04.034476-05:00",
            "name": "Game Total Under 224.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "224.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a812b63-5c93-4d31-8fe3-e03ff4a58161/?format=api"
        }
    ]
}