GET /api/bet_types/4bfac924-d6ad-483b-89cc-fed99f3d9e6a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4bfac924-d6ad-483b-89cc-fed99f3d9e6a",
    "match": "https://api-prod.gambitprofit.com/api/matches/b2713371-a60e-4d07-9b2d-b9fdca552083/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-11T09:32:16.347313-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 Under 222",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 222",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "47d8831d-c5f1-44de-940d-96050f82b8e5",
            "gambit_id": "64435d26-2762-4537-9955-28f755892357",
            "last_updated": "2023-03-12T20:26:56.290149-04:00",
            "created_at": "2023-03-11T09:32:16.349477-05:00",
            "name": "Game Total Under 222",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "222.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bfac924-d6ad-483b-89cc-fed99f3d9e6a/?format=api"
        },
        {
            "id": "a87fb291-9867-44ae-b928-7b1ec5846117",
            "gambit_id": "b8d65809-86b8-458e-9d0b-3bd3775da651",
            "last_updated": "2023-03-12T20:26:56.291581-04:00",
            "created_at": "2023-03-11T09:32:16.351562-05:00",
            "name": "Game Total Over 222",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "222.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bfac924-d6ad-483b-89cc-fed99f3d9e6a/?format=api"
        }
    ]
}