GET /api/bet_types/f6304eba-d731-42d2-938f-23fc4b5294d0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f6304eba-d731-42d2-938f-23fc4b5294d0",
    "match": "https://api-prod.gambitprofit.com/api/matches/d58b82cb-4310-4ff4-97bf-1eeb738d18fd/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-21T09:13:03.037826-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 6",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "0b08bc92-56cb-4db1-b94b-077df2cc517f",
            "gambit_id": "92e7be02-0186-4a07-967a-479856e412c6",
            "last_updated": "2023-12-23T14:58:20.567559-05:00",
            "created_at": "2023-12-21T09:13:03.042609-05:00",
            "name": "Game Total Over 6",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6304eba-d731-42d2-938f-23fc4b5294d0/?format=api"
        },
        {
            "id": "a59405ff-cc07-4542-8e96-7e8b7e65bf76",
            "gambit_id": "c86e4ee5-1425-4dda-bfa9-aba6b47898b2",
            "last_updated": "2023-12-23T14:58:20.570898-05:00",
            "created_at": "2023-12-21T09:13:03.047224-05:00",
            "name": "Game Total Under 6",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6304eba-d731-42d2-938f-23fc4b5294d0/?format=api"
        }
    ]
}