GET /api/bet_types/08bc5c03-f06f-4669-9112-6d5fcdb8e68b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "08bc5c03-f06f-4669-9112-6d5fcdb8e68b",
    "match": "https://api-prod.gambitprofit.com/api/matches/f892d3de-1b21-40df-884d-f4a2be3b32c5/?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 7",
                "amount": 5096.0
            },
            {
                "team": "Game Total Under 7",
                "amount": 4904.0
            }
        ],
        "expected_reward_tokens": 9070.88,
        "profit_sb": 70.88,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "0f284004-2db7-4bdb-8bba-637eacb854a1",
            "gambit_id": "471426b2-61b2-4cfc-b2a0-46fc695e1e1a",
            "last_updated": "2022-09-09T16:11:55.666746-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08bc5c03-f06f-4669-9112-6d5fcdb8e68b/?format=api"
        },
        {
            "id": "1a99f337-46b4-4720-8e89-aa3d3cbd4bc6",
            "gambit_id": "b889f5c3-86bf-4b4c-9ffe-01e3df307d74",
            "last_updated": "2022-09-09T16:11:55.665673-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7",
            "reward": "1.85000",
            "odds": "1.95240",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08bc5c03-f06f-4669-9112-6d5fcdb8e68b/?format=api"
        }
    ]
}