GET /api/bet_types/124facad-4c79-4157-8644-70d6210ce652/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "124facad-4c79-4157-8644-70d6210ce652",
    "match": "https://api-prod.gambitprofit.com/api/matches/9731cfbd-d7c5-4f00-97ad-291627838dfe/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-08T08:23:01.602277-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 243",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 243",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "46a0fd0d-e3a0-480c-8c54-6ce8d20ca60e",
            "gambit_id": "a7f05eeb-abdb-4abc-9c56-6d4159b625d4",
            "last_updated": "2023-11-10T12:43:27.637738-05:00",
            "created_at": "2023-11-08T08:23:01.606662-05:00",
            "name": "Game Total Over 243",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "243.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/124facad-4c79-4157-8644-70d6210ce652/?format=api"
        },
        {
            "id": "f10eb5ab-58ec-40c7-9a66-06f6e59589ea",
            "gambit_id": "e60b984d-196a-4b9b-b387-de989a933eb9",
            "last_updated": "2023-11-10T12:43:27.641071-05:00",
            "created_at": "2023-11-08T08:23:01.611849-05:00",
            "name": "Game Total Under 243",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "243.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/124facad-4c79-4157-8644-70d6210ce652/?format=api"
        }
    ]
}