GET /api/bet_types/84af2e9f-722b-48a3-a8a9-935b6a6f1474/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "84af2e9f-722b-48a3-a8a9-935b6a6f1474",
    "match": "https://api-prod.gambitprofit.com/api/matches/33f4ed63-7e52-4522-9438-3c6c8b801a02/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-18T09:16:53.712128-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 245",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 245",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "fec2132e-b35f-4ee3-b2c4-bf3ce8663c21",
            "gambit_id": "d97807df-34fa-46fd-8aee-617f88a8cb4d",
            "last_updated": "2023-01-19T09:22:08.694423-05:00",
            "created_at": "2023-01-18T09:16:53.716519-05:00",
            "name": "Game Total Under 245",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "245.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84af2e9f-722b-48a3-a8a9-935b6a6f1474/?format=api"
        },
        {
            "id": "a224db9d-3445-42ac-90ac-d6c023039ed8",
            "gambit_id": "b33dd5b8-4e72-47a1-9c15-525d7abad0a1",
            "last_updated": "2023-01-19T09:22:08.697619-05:00",
            "created_at": "2023-01-18T09:16:53.717829-05:00",
            "name": "Game Total Over 245",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "245.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84af2e9f-722b-48a3-a8a9-935b6a6f1474/?format=api"
        }
    ]
}