GET /api/bet_types/0dfa8971-36da-492e-b57a-31d67d1045fc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0dfa8971-36da-492e-b57a-31d67d1045fc",
    "match": "https://api-prod.gambitprofit.com/api/matches/579692f7-02ec-4a84-a9e8-cd0c92233bd1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-14T19:52:12.644678-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 Under 141",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 141",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "0591bf50-bc3b-442f-847d-caf1e8345ffc",
            "gambit_id": "2743de0d-32f1-4be4-94b8-623be5fb11ab",
            "last_updated": "2023-03-18T11:42:24.239468-04:00",
            "created_at": "2023-03-14T19:52:12.646122-04:00",
            "name": "Game Total Under 141",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "141.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0dfa8971-36da-492e-b57a-31d67d1045fc/?format=api"
        },
        {
            "id": "ad823968-e3ae-4bad-891a-69a1e5208aa8",
            "gambit_id": "450708cb-b048-46e0-bddb-20b64a3c09d4",
            "last_updated": "2023-03-18T11:42:24.240941-04:00",
            "created_at": "2023-03-14T19:52:12.647623-04:00",
            "name": "Game Total Over 141",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "141.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0dfa8971-36da-492e-b57a-31d67d1045fc/?format=api"
        }
    ]
}