GET /api/bet_types/659b804c-d38a-4388-b494-663dfafac38c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "659b804c-d38a-4388-b494-663dfafac38c",
    "match": "https://api-prod.gambitprofit.com/api/matches/bb328398-4a91-431c-b943-726cd7ab1cd9/?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 220.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 220.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "4b71973d-76b4-4c5a-92c8-ce23c75ef895",
            "gambit_id": "bb809e96-2c5b-4e16-9751-230afe778815",
            "last_updated": "2022-11-22T09:57:24.770811-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 220.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "220.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/659b804c-d38a-4388-b494-663dfafac38c/?format=api"
        },
        {
            "id": "5a9d3462-5ab2-45b1-9e18-2f44954949fc",
            "gambit_id": "bd4924b0-c192-4bb3-9a50-22c53c486974",
            "last_updated": "2022-11-22T09:57:24.771967-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 220.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "220.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/659b804c-d38a-4388-b494-663dfafac38c/?format=api"
        }
    ]
}