GET /api/bet_types/2e12f244-643a-4322-96b9-b741933d1a45/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2e12f244-643a-4322-96b9-b741933d1a45",
    "match": "https://api-prod.gambitprofit.com/api/matches/31c1f2b2-b82a-496d-b5fc-ab6762f1eadc/?format=api",
    "name": "Over/Under",
    "created_at": "2024-02-05T10:03:22.695794-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 232",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 232",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "833c5cf8-1dcb-4412-b3c1-710048807430",
            "gambit_id": "ca303493-d7e5-41db-aa3f-eebcae5a4f33",
            "last_updated": "2024-02-07T01:52:59.690999-05:00",
            "created_at": "2024-02-05T10:03:22.701057-05:00",
            "name": "Game Total Over 232",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "232.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e12f244-643a-4322-96b9-b741933d1a45/?format=api"
        },
        {
            "id": "513e8860-8595-411b-a7b6-7f428a1b206c",
            "gambit_id": "64365843-d88c-4ee8-9b1f-6111c130a06e",
            "last_updated": "2024-02-07T01:52:59.694829-05:00",
            "created_at": "2024-02-05T10:03:22.706968-05:00",
            "name": "Game Total Under 232",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "232.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e12f244-643a-4322-96b9-b741933d1a45/?format=api"
        }
    ]
}