GET /api/bet_types/85b5c6a2-b665-4a78-bb33-d4085edb1d24/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "85b5c6a2-b665-4a78-bb33-d4085edb1d24",
    "match": "https://api-prod.gambitprofit.com/api/matches/45c9fa54-9cf7-4c9d-8b46-77ef80ee0074/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-13T11:02:26.285742-04: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 158",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 158",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "0fa68988-0e56-4889-9b20-b804f9d28abf",
            "gambit_id": "352abe0d-6b9f-4175-8692-86053d123b15",
            "last_updated": "2023-03-15T09:51:55.806265-04:00",
            "created_at": "2023-03-13T11:02:26.289278-04:00",
            "name": "Game Total Over 158",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "158.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85b5c6a2-b665-4a78-bb33-d4085edb1d24/?format=api"
        },
        {
            "id": "b160d5b9-95ba-4707-8159-d16a60b0f602",
            "gambit_id": "354f45d5-4d6f-4f23-8fe9-cfe5d5148054",
            "last_updated": "2023-03-15T09:51:55.803651-04:00",
            "created_at": "2023-03-13T11:02:26.287404-04:00",
            "name": "Game Total Under 158",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "158.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85b5c6a2-b665-4a78-bb33-d4085edb1d24/?format=api"
        }
    ]
}