GET /api/bet_types/556a60ca-664a-42fa-9cbb-c601a132f959/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "556a60ca-664a-42fa-9cbb-c601a132f959",
    "match": "https://api-prod.gambitprofit.com/api/matches/1f185047-6077-4178-a063-94034eb80226/?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 Under 62",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 62",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "ac9eb49a-bee1-4460-9133-0d10b631fbe2",
            "gambit_id": "fad86380-27be-4434-8b3e-07e3246f5ae8",
            "last_updated": "2022-09-11T10:52:28.968412-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 62",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "62.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/556a60ca-664a-42fa-9cbb-c601a132f959/?format=api"
        },
        {
            "id": "ea23529c-a622-4349-a674-12d16e5153c7",
            "gambit_id": "917f44b3-cb0a-4ccf-9988-8142da58a561",
            "last_updated": "2022-09-11T10:52:28.969579-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 62",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "62.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/556a60ca-664a-42fa-9cbb-c601a132f959/?format=api"
        }
    ]
}