GET /api/bet_types/f4293894-fca1-49da-b2be-e1bbef07d23b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f4293894-fca1-49da-b2be-e1bbef07d23b",
    "match": "https://api-prod.gambitprofit.com/api/matches/9fb5a58b-69cf-459c-9178-4c97f82124fb/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-09T08:48:14.254057-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 6",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "5c27a43f-4681-4444-bd97-a53e30ec61a9",
            "gambit_id": "14547939-356c-45d2-8455-90b7c3fb740b",
            "last_updated": "2023-12-11T11:33:04.243572-05:00",
            "created_at": "2023-12-09T08:48:14.262576-05:00",
            "name": "Game Total Under 6",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4293894-fca1-49da-b2be-e1bbef07d23b/?format=api"
        },
        {
            "id": "0a4e45aa-a01d-41e6-90d6-9f690504901d",
            "gambit_id": "55160d30-3865-469e-8389-b3f9523dc363",
            "last_updated": "2023-12-11T11:33:04.233946-05:00",
            "created_at": "2023-12-09T08:48:14.258530-05:00",
            "name": "Game Total Over 6",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4293894-fca1-49da-b2be-e1bbef07d23b/?format=api"
        }
    ]
}