GET /api/bet_types/b7a309d2-3a90-4dca-9d0b-c5f919fd7e98/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b7a309d2-3a90-4dca-9d0b-c5f919fd7e98",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd654ea2-fde7-432a-923a-882eef1635d3/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-24T09:13:13.347778-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 215",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 215",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "6f700a33-e836-4eeb-9e84-ef3c03de978c",
            "gambit_id": "b86e895d-0af2-4eb1-bbc4-c811f9bb28e1",
            "last_updated": "2024-01-26T13:28:11.320473-05:00",
            "created_at": "2024-01-24T09:13:13.352301-05:00",
            "name": "Game Total Over 215",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "215.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7a309d2-3a90-4dca-9d0b-c5f919fd7e98/?format=api"
        },
        {
            "id": "da7a3c4d-f3d0-4246-a873-90758dee6101",
            "gambit_id": "37ef9192-fdc1-4263-881c-acb5594c0d78",
            "last_updated": "2024-01-26T13:28:11.324008-05:00",
            "created_at": "2024-01-24T09:13:13.356638-05:00",
            "name": "Game Total Under 215",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "215.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7a309d2-3a90-4dca-9d0b-c5f919fd7e98/?format=api"
        }
    ]
}