GET /api/bet_types/e6d809de-6963-4cf1-b39b-d4ce8d8056d3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e6d809de-6963-4cf1-b39b-d4ce8d8056d3",
    "match": "https://api-prod.gambitprofit.com/api/matches/47142ec8-c658-4ea3-b9e4-bd4febc941f5/?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 Over 7",
                "amount": 5207.0
            },
            {
                "team": "Game Total Under 7",
                "amount": 4793.0
            }
        ],
        "expected_reward_tokens": 9058.77,
        "profit_sb": 58.77,
        "profit_sb_percentage": 0.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "79d44c8d-e499-4d3a-b330-94120d4690a9",
            "gambit_id": "2b2f7b91-3ef3-4fa1-9802-ff78e85efa59",
            "last_updated": "2022-09-14T10:32:13.663206-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7",
            "reward": "1.74000",
            "odds": "1.83330",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6d809de-6963-4cf1-b39b-d4ce8d8056d3/?format=api"
        },
        {
            "id": "6aa7a842-44c4-4864-8a7c-6e0e73cc8e98",
            "gambit_id": "61973153-ec7d-4d02-b212-20f72892a650",
            "last_updated": "2022-09-14T10:32:13.662147-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7",
            "reward": "1.89000",
            "odds": "2.00000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6d809de-6963-4cf1-b39b-d4ce8d8056d3/?format=api"
        }
    ]
}