GET /api/bet_types/1f437061-446f-4ad1-b347-7a69f3c98bf8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1f437061-446f-4ad1-b347-7a69f3c98bf8",
    "match": "https://api-prod.gambitprofit.com/api/matches/21491298-3ab6-41b2-9bad-0c8c57a4defc/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 8",
                "amount": 5109.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4891.0
            }
        ],
        "expected_reward_tokens": 9145.11,
        "profit_sb": 145.11,
        "profit_sb_percentage": 1.61,
        "recommended": true
    },
    "lines": [
        {
            "id": "ed7d2cc7-b41a-4d3e-81d7-706f94a24669",
            "gambit_id": "fe686d29-b79a-47e6-8347-de36cf2f8330",
            "last_updated": "2022-08-10T10:01:58.394024-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8",
            "reward": "1.79000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f437061-446f-4ad1-b347-7a69f3c98bf8/?format=api"
        },
        {
            "id": "ce4f06bf-c5d4-4b2a-9725-d133916150a1",
            "gambit_id": "35c30295-394c-4930-b494-d7b3560c3546",
            "last_updated": "2022-08-10T10:01:58.393496-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8",
            "reward": "1.87000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f437061-446f-4ad1-b347-7a69f3c98bf8/?format=api"
        }
    ]
}