GET /api/bet_types/f074f947-68b2-44aa-a88d-611c5e9e354a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f074f947-68b2-44aa-a88d-611c5e9e354a",
    "match": "https://api-prod.gambitprofit.com/api/matches/a6b9a1a7-a9ed-47be-922c-18cfc4a16ba2/?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 6.5",
                "amount": 5108.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4892.0
            }
        ],
        "expected_reward_tokens": 9294.8,
        "profit_sb": 294.8,
        "profit_sb_percentage": 3.28,
        "recommended": true
    },
    "lines": [
        {
            "id": "29c8bed0-22f5-4e7c-b896-e436831465b2",
            "gambit_id": "758e41ba-fbd2-4e85-92d3-7280e43288e1",
            "last_updated": "2022-10-02T15:17:29.802019-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.82000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f074f947-68b2-44aa-a88d-611c5e9e354a/?format=api"
        },
        {
            "id": "ee4bf738-5e21-49c2-a32d-7437bc621830",
            "gambit_id": "62aacf05-6490-4d21-81d6-079acf7ef501",
            "last_updated": "2022-10-02T15:17:29.800856-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f074f947-68b2-44aa-a88d-611c5e9e354a/?format=api"
        }
    ]
}